- genSeed(Walletunlocker.GenSeedRequest) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(Walletunlocker.GenSeedRequest) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(Walletunlocker.GenSeedRequest, StreamObserver<Walletunlocker.GenSeedResponse>) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(Walletunlocker.GenSeedRequest, StreamObserver<Walletunlocker.GenSeedResponse>) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(byte[], byte[], StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.walletunlocker.AsynchronousWalletUnlockerAPI
-
Method to generate a genSeed request.
- genSeed(GenSeedRequest, StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.walletunlocker.AsynchronousWalletUnlockerAPI
-
Method to send a genSeed request.
- genSeed(byte[], byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.SynchronousWalletUnlockerAPI
-
Method to generate a genSeed request.
- genSeed(GenSeedRequest) - Method in class org.lightningj.lnd.wrapper.walletunlocker.SynchronousWalletUnlockerAPI
-
Method to send a genSeed request.
- GenSeedRequest - Class in org.lightningj.lnd.wrapper.walletunlocker.message
-
Wrapper class for GenSeedRequest.
- GenSeedRequest() - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Empty Constructor
- GenSeedRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Json Parsing Constructor
- GenSeedRequest(Walletunlocker.GenSeedRequest) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Constructor using underlying Lightning API Object
- GenSeedResponse - Class in org.lightningj.lnd.wrapper.walletunlocker.message
-
Wrapper class for GenSeedResponse.
- GenSeedResponse() - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Empty Constructor
- GenSeedResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Json Parsing Constructor
- GenSeedResponse(Walletunlocker.GenSeedResponse) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Constructor using underlying Lightning API Object
- getAbandonChannelMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getAbandoned() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool abandoned = 6;
- getAbandoned() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool abandoned = 6;
- getAbandoned() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool abandoned = 6;
- getAbandoned() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for abandoned.
- getAccept() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
Whether or not the client accepts the channel.
- getAccept() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
Whether or not the client accepts the channel.
- getAccept() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
Whether or not the client accepts the channel.
- getAccept() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for accept.
- getAcceptHeight() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Block height at which this htlc was accepted.
- getAcceptHeight() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Block height at which this htlc was accepted.
- getAcceptHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Block height at which this htlc was accepted.
- getAcceptHeight() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for acceptHeight.
- getAcceptTime() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Time at which this htlc was accepted.
- getAcceptTime() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Time at which this htlc was accepted.
- getAcceptTime() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Time at which this htlc was accepted.
- getAcceptTime() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for acceptTime.
- getAccount() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
An optional filter to only include transactions relevant to an account.
- getAccount() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
An optional filter to only include transactions relevant to an account.
- getAccount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetTransactionsRequestOrBuilder
-
An optional filter to only include transactions relevant to an account.
- getAccount() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- getAccount() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
An optional filter to only include outputs belonging to an account.
- getAccount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentRequestOrBuilder
-
An optional filter to only include outputs belonging to an account.
- getAccount() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The name of the account to generate a new address for.
- getAccount() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
The name of the account to generate a new address for.
- getAccount() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
The name of the account to generate a new address for.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
The name of the account to retrieve the next address of.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
The name of the account to retrieve the next address of.
- getAccount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequestOrBuilder
-
The name of the account to retrieve the next address of.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
The name of the account to finalize the PSBT with.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
The name of the account to finalize the PSBT with.
- getAccount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequestOrBuilder
-
The name of the account to finalize the PSBT with.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The name of the account to fund the PSBT with.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
The name of the account to fund the PSBT with.
- getAccount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
The name of the account to fund the PSBT with.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The details of the imported account.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The details of the imported account.
- getAccount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The details of the imported account.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- getAccount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
An optional filter to only include outputs belonging to an account.
- getAccount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequestOrBuilder
-
An optional filter to only include outputs belonging to an account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Getter for account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Getter for account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Getter for account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.AddrRequest
-
Getter for account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtRequest
-
Getter for account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountResponse
-
Getter for a list of account.
- getAccount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentRequest
-
Getter for account.
- getAccountBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
Deprecated.
- getAccountBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
Deprecated.
- getAccountBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
Deprecated.
- getAccountBalanceAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Returns accountBalance as a detached map.
- getAccountBalanceCount() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getAccountBalanceCount() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getAccountBalanceCount() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceEntries() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Gets the map entries as a wrapped list, used for XML conversion.
- getAccountBalanceMap() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceMap() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceMap() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceOrDefault(String, LightningApi.WalletAccountBalance) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceOrDefault(String, LightningApi.WalletAccountBalance) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceOrDefault(String, LightningApi.WalletAccountBalance) - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
A mapping of each wallet account's name to its balance.
- getAccountBalanceOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
A mapping of each wallet account's name to its balance.
- getAccountBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The details of the imported account.
- getAccountBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
An optional filter to only include transactions relevant to an account.
- getAccountBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
An optional filter to only include transactions relevant to an account.
- getAccountBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetTransactionsRequestOrBuilder
-
An optional filter to only include transactions relevant to an account.
- getAccountBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- getAccountBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
An optional filter to only include outputs belonging to an account.
- getAccountBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentRequestOrBuilder
-
An optional filter to only include outputs belonging to an account.
- getAccountBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The name of the account to generate a new address for.
- getAccountBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
The name of the account to generate a new address for.
- getAccountBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
The name of the account to generate a new address for.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
The name of the account to retrieve the next address of.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
The name of the account to retrieve the next address of.
- getAccountBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequestOrBuilder
-
The name of the account to retrieve the next address of.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
The name of the account to finalize the PSBT with.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
The name of the account to finalize the PSBT with.
- getAccountBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequestOrBuilder
-
The name of the account to finalize the PSBT with.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The name of the account to fund the PSBT with.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
The name of the account to fund the PSBT with.
- getAccountBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
The name of the account to fund the PSBT with.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- getAccountBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
An optional filter to only include outputs belonging to an account.
- getAccountBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequestOrBuilder
-
An optional filter to only include outputs belonging to an account.
- getAccountOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The details of the imported account.
- getAccountOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The details of the imported account.
- getAccountOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The details of the imported account.
- getAccounts(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccounts(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
repeated .walletrpc.Account accounts = 1;
- getAccounts(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponseOrBuilder
-
repeated .walletrpc.Account accounts = 1;
- getAccounts() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListAccountsResponse
-
Getter for a list of accounts.
- getAccountsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
repeated .walletrpc.Account accounts = 1;
- getAccountsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponseOrBuilder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
repeated .walletrpc.Account accounts = 1;
- getAccountsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponseOrBuilder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
repeated .walletrpc.Account accounts = 1;
- getAccountsOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponseOrBuilder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- getAccountsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
repeated .walletrpc.Account accounts = 1;
- getAccountsOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponseOrBuilder
-
repeated .walletrpc.Account accounts = 1;
- getAction() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The action that is granted.
- getAction() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
The action that is granted.
- getAction() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionOrBuilder
-
The action that is granted.
- getAction() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The resolve action for this intercepted htlc.
- getAction() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
The resolve action for this intercepted htlc.
- getAction() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponseOrBuilder
-
The resolve action for this intercepted htlc.
- getAction() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.routerrpc.ChanStatusAction action = 2;
- getAction() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
.routerrpc.ChanStatusAction action = 2;
- getAction() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequestOrBuilder
-
.routerrpc.ChanStatusAction action = 2;
- getAction() - Method in class org.lightningj.lnd.wrapper.message.MacaroonPermission
-
Getter for action.
- getAction() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptResponse
-
Getter for action.
- getAction() - Method in class org.lightningj.lnd.wrapper.router.message.UpdateChanStatusRequest
-
Getter for action.
- getActionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The action that is granted.
- getActionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
The action that is granted.
- getActionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionOrBuilder
-
The action that is granted.
- getActions(int) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
repeated string actions = 2;
- getActions(int) - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
repeated string actions = 2;
- getActions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.OpOrBuilder
-
repeated string actions = 2;
- getActions() - Method in class org.lightningj.lnd.wrapper.message.Op
-
Getter for a list of actions.
- getActionsBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
repeated string actions = 2;
- getActionsBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
repeated string actions = 2;
- getActionsBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.OpOrBuilder
-
repeated string actions = 2;
- getActionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
repeated string actions = 2;
- getActionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
repeated string actions = 2;
- getActionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.OpOrBuilder
-
repeated string actions = 2;
- getActionsList() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
repeated string actions = 2;
- getActionsList() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
repeated string actions = 2;
- getActionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.OpOrBuilder
-
repeated string actions = 2;
- getActionValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The resolve action for this intercepted htlc.
- getActionValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
The resolve action for this intercepted htlc.
- getActionValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponseOrBuilder
-
The resolve action for this intercepted htlc.
- getActionValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.routerrpc.ChanStatusAction action = 2;
- getActionValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
.routerrpc.ChanStatusAction action = 2;
- getActionValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequestOrBuilder
-
.routerrpc.ChanStatusAction action = 2;
- getActive() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
Indicates whether the autopilot is active or not.
- getActive() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
Indicates whether the autopilot is active or not.
- getActive() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponseOrBuilder
-
Indicates whether the autopilot is active or not.
- getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Whether this channel is active or not
- getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Whether this channel is active or not
- getActive() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Whether this channel is active or not
- getActive() - Method in class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Getter for active.
- getActive() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for active.
- getActiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of activeChannel.
- getActiveChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint active_channel = 3;
- getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool active_only = 1;
- getActiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool active_only = 1;
- getActiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for activeOnly.
- getActiveSessionCandidate() - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Getter for activeSessionCandidate.
- getActiveSessionCandidate() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
Whether the watchtower is currently a candidate for new sessions.
- getActiveSessionCandidate() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
Whether the watchtower is currently a candidate for new sessions.
- getActiveSessionCandidate() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
Whether the watchtower is currently a candidate for new sessions.
- getAddHoldInvoiceMethod() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
The "add" index of this invoice.
- getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The "add" index of this invoice.
- getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceSubscriptionOrBuilder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for addIndex.
- getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for addIndex.
- getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Getter for addIndex.
- getAddInvoiceMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2;
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string addr = 2;
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string addr = 2;
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The address to send coins to
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
The address to send coins to
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
The address to send coins to
- getAddr() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- getAddr() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
The address encoded using a bech32 format.
- getAddr() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponseOrBuilder
-
The address encoded using a bech32 format.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for a list of addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Getter for addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
-
Getter for addr.
- getAddrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2;
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string addr = 2;
- getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string addr = 2;
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The address to send coins to
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
The address to send coins to
- getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
The address to send coins to
- getAddrBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- getAddrBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
The address encoded using a bech32 format.
- getAddrBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponseOrBuilder
-
The address encoded using a bech32 format.
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
The newly generated wallet address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
The newly generated wallet address
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
-
The newly generated wallet address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The address
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The address
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.wtclient.message.RemoveTowerRequest
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
A network address the watchtower is reachable over.
- getAddress() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
A network address the watchtower is reachable over.
- getAddress() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequestOrBuilder
-
A network address the watchtower is reachable over.
- getAddress() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
If set, then the record for this address will be removed, indicating that is
is stale.
- getAddress() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
If set, then the record for this address will be removed, indicating that is
is stale.
- getAddress() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequestOrBuilder
-
If set, then the record for this address will be removed, indicating that is
is stale.
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
The newly generated wallet address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
The newly generated wallet address
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
-
The newly generated wallet address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The address
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The address
- getAddressBytes() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
A network address the watchtower is reachable over.
- getAddressBytes() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
A network address the watchtower is reachable over.
- getAddressBytes() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequestOrBuilder
-
A network address the watchtower is reachable over.
- getAddressBytes() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
If set, then the record for this address will be removed, indicating that is
is stale.
- getAddressBytes() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
If set, then the record for this address will be removed, indicating that is
is stale.
- getAddressBytes() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequestOrBuilder
-
If set, then the record for this address will be removed, indicating that is
is stale.
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Deprecated.
- getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Deprecated.
- getAddresses() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for a list of addresses.
- getAddresses() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for a list of addresses.
- getAddresses() - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Getter for a list of addresses.
- getAddresses(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of addresses the watchtower is reachable over.
- getAddresses(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of addresses the watchtower is reachable over.
- getAddresses(int) - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of addresses the watchtower is reachable over.
- getAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Deprecated.
- getAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Deprecated.
- getAddressesBytes(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of addresses the watchtower is reachable over.
- getAddressesBytes(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of addresses the watchtower is reachable over.
- getAddressesBytes(int) - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of addresses the watchtower is reachable over.
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Deprecated.
- getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Deprecated.
- getAddressesCount() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of addresses the watchtower is reachable over.
- getAddressesCount() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of addresses the watchtower is reachable over.
- getAddressesCount() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of addresses the watchtower is reachable over.
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Deprecated.
- getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Deprecated.
- getAddressesList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of addresses the watchtower is reachable over.
- getAddressesList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of addresses the watchtower is reachable over.
- getAddressesList() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of addresses the watchtower is reachable over.
- getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4;
- getAddressType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The type of address
- getAddressType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The type of address
- getAddressType() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The type of address
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The type of addresses the account supports.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The type of addresses the account supports.
- getAddressType() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The type of addresses the account supports.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- getAddressType() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
The type of address that will be generated from the public key.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
The type of address that will be generated from the public key.
- getAddressType() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequestOrBuilder
-
The type of address that will be generated from the public key.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this address type.
- getAddressType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
An optional filter to only return accounts matching this address type.
- getAddressType() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequestOrBuilder
-
An optional filter to only return accounts matching this address type.
- getAddressType() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for addressType.
- getAddressType() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for addressType.
- getAddressType() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Getter for addressType.
- getAddressType() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportPublicKeyRequest
-
Getter for addressType.
- getAddressType() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListAccountsRequest
-
Getter for addressType.
- getAddressTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The type of address
- getAddressTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The type of address
- getAddressTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The type of address
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The type of addresses the account supports.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The type of addresses the account supports.
- getAddressTypeValue() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The type of addresses the account supports.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- getAddressTypeValue() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
The type of address that will be generated from the public key.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
The type of address that will be generated from the public key.
- getAddressTypeValue() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequestOrBuilder
-
The type of address that will be generated from the public key.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this address type.
- getAddressTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
An optional filter to only return accounts matching this address type.
- getAddressTypeValue() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequestOrBuilder
-
An optional filter to only return accounts matching this address type.
- getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddrOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
Lightning address of the peer, in the format `<pubkey>@host`
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
Deprecated.
- getAddrToAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
Deprecated.
- getAddrToAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
Deprecated.
- getAddrToAmountAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Returns AddrToAmount as a detached map.
- getAddrToAmountAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Returns AddrToAmount as a detached map.
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getAddrToAmountCount() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getAddrToAmountCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
The map from addresses to amounts
- getAddrToAmountEntries() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getAddrToAmountEntries() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
The map from addresses to amounts for the transaction.
- getAddrToAmountMap() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The map from addresses to amounts
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
The map from addresses to amounts
- getAddrToAmountMap() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
The map from addresses to amounts for the transaction.
- getAddrToAmountOrDefault(String, long) - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
The map from addresses to amounts for the transaction.
- getAddrToAmountOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
The map from addresses to amounts for the transaction.
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
The map from addresses to amounts
- getAddTowerMethod() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getAdminMacaroon() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
- getAdminMacaroon() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
- getAdminMacaroon() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponseOrBuilder
-
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
- getAdminMacaroon() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
The binary serialized admin macaroon that can be used to access the daemon
after creating the wallet.
- getAdminMacaroon() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
The binary serialized admin macaroon that can be used to access the daemon
after creating the wallet.
- getAdminMacaroon() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponseOrBuilder
-
The binary serialized admin macaroon that can be used to access the daemon
after creating the wallet.
- getAdminMacaroon() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordResponse
-
Getter for adminMacaroon.
- getAdminMacaroon() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletResponse
-
Getter for adminMacaroon.
- getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string advertising_node = 5;
- getAdvertisingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string advertising_node = 5;
- getAdvertisingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for advertisingNode.
- getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string advertising_node = 5;
- getAdvertisingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string advertising_node = 5;
- getAezeedPassphrase() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequestOrBuilder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Getter for aezeedPassphrase.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Getter for aezeedPassphrase.
- getAggregatedValidationErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
If applicable, the alias of the current node, e.g.
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
If applicable, the alias of the current node, e.g.
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
If applicable, the alias of the current node, e.g.
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3;
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string alias = 3;
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string alias = 3;
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string alias = 4;
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string alias = 4;
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for alias.
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for alias.
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for alias.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3;
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string alias = 3;
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string alias = 3;
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string alias = 4;
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string alias = 4;
- getAllowSelfPayment() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
If set, circular payments to self are permitted.
- getAllowSelfPayment() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
If set, circular payments to self are permitted.
- getAllowSelfPayment() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
If set, circular payments to self are permitted.
- getAllowSelfPayment() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
If set, circular payments to self are permitted.
- getAllowSelfPayment() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
If set, circular payments to self are permitted.
- getAllowSelfPayment() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
If set, circular payments to self are permitted.
- getAllowSelfPayment() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for allowSelfPayment.
- getAllowSelfPayment() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for allowSelfPayment.
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2;
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
int64 amount = 2;
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
int64 amount = 2;
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The total value of the htlc
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The total value of the htlc
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The total value of the htlc
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The amount in satoshis to send
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
The amount in satoshis to send
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
The amount in satoshis to send
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The transaction amount, denominated in satoshis
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The transaction amount, denominated in satoshis
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The transaction amount, denominated in satoshis
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for amount.
- getAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The amount that was claimed by the resolution.
- getAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The amount that was claimed by the resolution.
- getAmountSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The amount that was claimed by the resolution.
- getAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The value of the unspent coin in satoshis
- getAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The value of the unspent coin in satoshis
- getAmountSat() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The value of the unspent coin in satoshis
- getAmountSat() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The value of the output we're attempting to sweep.
- getAmountSat() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The value of the output we're attempting to sweep.
- getAmountSat() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The value of the output we're attempting to sweep.
- getAmountSat() - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Getter for amountSat.
- getAmountSat() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for amountSat.
- getAmountSat() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for amountSat.
- getAmp() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmp() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmp() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmp() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
If set, an AMP-payment will be attempted.
- getAmp() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
If set, an AMP-payment will be attempted.
- getAmp() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
If set, an AMP-payment will be attempted.
- getAmp() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for a list of amp.
- getAmp() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for amp.
- getAmpBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmpOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmpOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmpOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- getAmpRecord() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an AMP payment.
- getAmpRecord() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional TLV record that signals the use of an AMP payment.
- getAmpRecord() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional TLV record that signals the use of an AMP payment.
- getAmpRecord() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for a list of ampRecord.
- getAmpRecordBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an AMP payment.
- getAmpRecordOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an AMP payment.
- getAmpRecordOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional TLV record that signals the use of an AMP payment.
- getAmpRecordOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional TLV record that signals the use of an AMP payment.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The size of the pre-crafted output to be used as the channel point for this
channel funding.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
The size of the pre-crafted output to be used as the channel point for this
channel funding.
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
The size of the pre-crafted output to be used as the channel point for this
channel funding.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The amount to send expressed in satoshis.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The amount to send expressed in satoshis.
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The amount to send expressed in satoshis.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The amount to send expressed in satoshis.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The amount to send expressed in satoshis.
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The amount to send expressed in satoshis.
- getAmt() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Number of satoshis to send.
- getAmt() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Getter for amt.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for amt.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for amt.
- getAmt() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for amt.
- getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in satoshis) of the incoming HTLC that created half
the circuit.
- getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The total amount (in satoshis) of the incoming HTLC that created half
the circuit.
- getAmtIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The total amount (in satoshis) of the incoming HTLC that created half
the circuit.
- getAmtIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amtIn.
- getAmtInMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in milli-satoshis) of the incoming HTLC that created
half the circuit.
- getAmtInMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The total amount (in milli-satoshis) of the incoming HTLC that created
half the circuit.
- getAmtInMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The total amount (in milli-satoshis) of the incoming HTLC that created
half the circuit.
- getAmtInMsat() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amtInMsat.
- getAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
The amount of the htlc in msat.
- getAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
The amount of the htlc in msat.
- getAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
The amount of the htlc in msat.
- getAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The amount to send expressed in millisatoshis.
- getAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The amount to send expressed in millisatoshis.
- getAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The amount to send expressed in millisatoshis.
- getAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The amount to send expressed in millisatoshis.
- getAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The amount to send expressed in millisatoshis.
- getAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The amount to send expressed in millisatoshis.
- getAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
The amount to send expressed in msat.
- getAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
The amount to send expressed in msat.
- getAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
The amount to send expressed in msat.
- getAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
The amount for which to calculate a probability.
- getAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
The amount for which to calculate a probability.
- getAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequestOrBuilder
-
The amount for which to calculate a probability.
- getAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Number of millisatoshis to send.
- getAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Number of millisatoshis to send.
- getAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Number of millisatoshis to send.
- getAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for amtMsat.
- getAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for amtMsat.
- getAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for amtMsat.
- getAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Getter for amtMsat.
- getAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityRequest
-
Getter for amtMsat.
- getAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for amtMsat.
- getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in satoshis) of the outgoing HTLC that created the
second half of the circuit.
- getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The total amount (in satoshis) of the outgoing HTLC that created the
second half of the circuit.
- getAmtOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The total amount (in satoshis) of the outgoing HTLC that created the
second half of the circuit.
- getAmtOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amtOut.
- getAmtOutMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in milli-satoshis) of the outgoing HTLC that created
the second half of the circuit.
- getAmtOutMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The total amount (in milli-satoshis) of the outgoing HTLC that created
the second half of the circuit.
- getAmtOutMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The total amount (in milli-satoshis) of the outgoing HTLC that created
the second half of the circuit.
- getAmtOutMsat() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amtOutMsat.
- getAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Deprecated.
- getAmtPaid() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Deprecated.
- getAmtPaid() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for amtPaid.
- getAmtPaidMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in millisatoshis.
- getAmtPaidMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The amount that was accepted for this invoice, in millisatoshis.
- getAmtPaidMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The amount that was accepted for this invoice, in millisatoshis.
- getAmtPaidMsat() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for amtPaidMsat.
- getAmtPaidSat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in satoshis.
- getAmtPaidSat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The amount that was accepted for this invoice, in satoshis.
- getAmtPaidSat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The amount that was accepted for this invoice, in satoshis.
- getAmtPaidSat() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for amtPaidSat.
- getAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The amount one wishes to send to the target destination.
- getAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
The amount one wishes to send to the target destination.
- getAmtSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequestOrBuilder
-
The amount one wishes to send to the target destination.
- getAmtSat() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Getter for amtSat.
- getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getAmtToForward() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getAmtToForward() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for amtToForward.
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6;
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 amt_to_forward_msat = 6;
- getAmtToForwardMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 amt_to_forward_msat = 6;
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for amtToForwardMsat.
- getAnchor() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- getAnchor() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- getAnchor() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- getAnchor() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for anchor.
- getAnchorValue() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- getAnchorValue() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- getAnchorValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.AddressType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ChannelCloseSummary.ClosureType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ChannelEventUpdate.UpdateType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.CommitmentType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Failure.FailureCode
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.FeatureBit
-
- getApiObject() - Method in class org.lightningj.lnd.wrapper.Message
-
Method to return the underlying API object in GRPC format.
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.HTLCAttempt.HTLCStatus
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Initiator
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Invoice.InvoiceState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.InvoiceHTLCState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.NodeMetricType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Payment.PaymentStatus
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.PaymentFailureReason
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Peer.SyncType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.PeerEvent.EventType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel.AnchorState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ResolutionOutcome
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ResolutionType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.ChanStatusAction
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.FailureDetail
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.HtlcEvent.EventType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.PaymentState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.ResolveHoldForwardAction
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.stateservice.message.WalletState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.walletkit.message.AddressType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.walletkit.message.WitnessType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.wtclient.message.PolicyType
-
- getAppMajor() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The major application version.
- getAppMajor() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The major application version.
- getAppMajor() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The major application version.
- getAppMajor() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for appMajor.
- getAppMinor() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The minor application version.
- getAppMinor() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The minor application version.
- getAppMinor() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The minor application version.
- getAppMinor() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for appMinor.
- getAppPatch() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The application patch number.
- getAppPatch() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The application patch number.
- getAppPatch() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The application patch number.
- getAppPatch() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for appPatch.
- getAppPreRelease() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The application pre-release modifier, possibly empty.
- getAppPreRelease() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The application pre-release modifier, possibly empty.
- getAppPreRelease() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The application pre-release modifier, possibly empty.
- getAppPreRelease() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for appPreRelease.
- getAppPreReleaseBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The application pre-release modifier, possibly empty.
- getAppPreReleaseBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The application pre-release modifier, possibly empty.
- getAppPreReleaseBytes() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The application pre-release modifier, possibly empty.
- getAttemptId() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The unique ID that is used for this attempt.
- getAttemptId() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The unique ID that is used for this attempt.
- getAttemptId() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The unique ID that is used for this attempt.
- getAttemptId() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for attemptId.
- getAttemptTimeNs() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The time in UNIX nanoseconds at which this HTLC was sent.
- getAttemptTimeNs() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The time in UNIX nanoseconds at which this HTLC was sent.
- getAttemptTimeNs() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The time in UNIX nanoseconds at which this HTLC was sent.
- getAttemptTimeNs() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for attemptTimeNs.
- getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7;
- getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
double avg_channel_size = 7;
- getAvgChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
double avg_channel_size = 7;
- getAvgChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for avgChannelSize.
- getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2;
- getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
double avg_out_degree = 2;
- getAvgOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
double avg_out_degree = 2;
- getAvgOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for avgOutDegree.
- getBackupCase() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getBackupCase() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getBackupCase() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
- getBakeMacaroonMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Deprecated.
- getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Deprecated.
- getBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Deprecated.
- getBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for balance.
- getBaseFee() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- getBaseFee() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- getBaseFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- getBaseFee() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for baseFee.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for baseFeeMsat.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for baseFeeMsat.
- getBasePsbt() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
An optional base PSBT the new channel output will be added to.
- getBasePsbt() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
An optional base PSBT the new channel output will be added to.
- getBasePsbt() - Method in interface org.lightningj.lnd.proto.LightningApi.PsbtShimOrBuilder
-
An optional base PSBT the new channel output will be added to.
- getBasePsbt() - Method in class org.lightningj.lnd.wrapper.message.PsbtShim
-
Getter for basePsbt.
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for bestHeaderTimestamp.
- getBetweennessCentrality() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
Deprecated.
- getBetweennessCentrality() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
Deprecated.
- getBetweennessCentrality() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsResponseOrBuilder
-
Deprecated.
- getBetweennessCentralityAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse
-
Returns betweennessCentrality as a detached map.
- getBetweennessCentralityCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- getBetweennessCentralityCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getBetweennessCentralityCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsResponseOrBuilder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityEntries() - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse
-
Gets the map entries as a wrapped list, used for XML conversion.
- getBetweennessCentralityMap() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityMap() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityMap() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsResponseOrBuilder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityOrDefault(String, LightningApi.FloatMetric) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityOrDefault(String, LightningApi.FloatMetric) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityOrDefault(String, LightningApi.FloatMetric) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsResponseOrBuilder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBetweennessCentralityOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsResponseOrBuilder
-
Betweenness centrality is the sum of the ratio of shortest paths that pass
through the node for each pair of nodes in the graph (not counting paths
starting or ending at this node).
- getBlockHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The hash of the block in which the confirmed transaction was included in.
- getBlockHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The hash of the block in which the confirmed transaction was included in.
- getBlockHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The hash of the block in which the confirmed transaction was included in.
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The node's current view of the hash of the best block
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The node's current view of the hash of the best block
- getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The node's current view of the hash of the best block
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The hash of the block this transaction was included in
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The hash of the block this transaction was included in
- getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The hash of the block this transaction was included in
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for blockHash.
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for blockHash.
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for blockHash.
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The node's current view of the hash of the best block
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The node's current view of the hash of the best block
- getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The node's current view of the hash of the best block
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The hash of the block this transaction was included in
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The hash of the block this transaction was included in
- getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The hash of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The height of the block in which the confirmed transaction was included
in.
- getBlockHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The height of the block in which the confirmed transaction was included
in.
- getBlockHeight() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The height of the block in which the confirmed transaction was included
in.
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
int32 block_height = 2;
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
int32 block_height = 2;
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The node's current view of the height of the best block
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The node's current view of the height of the best block
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The node's current view of the height of the best block
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The height of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The height of the block this transaction was included in
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The height of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for blockHeight.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for blockHeight.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for blockHeight.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for blockHeight.
- getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
bytes block_sha = 1;
- getBlockSha() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
bytes block_sha = 1;
- getBlockSha() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for blockSha.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for blocksTilMaturity.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for blocksTilMaturity.
- getBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool breach = 4;
- getBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool breach = 4;
- getBreach() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool breach = 4;
- getBreach() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for breach.
- getBroadcastAttempts() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The number of broadcast attempts we've made to sweep the output.
- getBroadcastAttempts() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The number of broadcast attempts we've made to sweep the output.
- getBroadcastAttempts() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The number of broadcast attempts we've made to sweep the output.
- getBroadcastAttempts() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for broadcastAttempts.
- getBuildRouteMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getBuildTags(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The list of build tags that were supplied during compilation.
- getBuildTags(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The list of build tags that were supplied during compilation.
- getBuildTags(int) - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The list of build tags that were supplied during compilation.
- getBuildTags() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for a list of buildTags.
- getBuildTagsBytes(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The list of build tags that were supplied during compilation.
- getBuildTagsBytes(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The list of build tags that were supplied during compilation.
- getBuildTagsBytes(int) - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The list of build tags that were supplied during compilation.
- getBuildTagsCount() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The list of build tags that were supplied during compilation.
- getBuildTagsCount() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The list of build tags that were supplied during compilation.
- getBuildTagsCount() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The list of build tags that were supplied during compilation.
- getBuildTagsList() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The list of build tags that were supplied during compilation.
- getBuildTagsList() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The list of build tags that were supplied during compilation.
- getBuildTagsList() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The list of build tags that were supplied during compilation.
- getBumpFeeMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Bytes of data transmitted from this peer
- getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Bytes of data transmitted from this peer
- getBytesRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Bytes of data transmitted from this peer
- getBytesRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for bytesRecv.
- getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Bytes of data transmitted to this peer
- getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Bytes of data transmitted to this peer
- getBytesSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Bytes of data transmitted to this peer
- getBytesSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for bytesSent.
- getCancelInvoiceMethod() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Total capacity of the channel.
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Total capacity of the channel.
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Total capacity of the channel.
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
int64 capacity = 6;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
int64 capacity = 6;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
int64 capacity = 2;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
int64 capacity = 2;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 capacity = 3;
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for capacity.
- getChain() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The blockchain the node is on (eg bitcoin, litecoin)
- getChain() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
The blockchain the node is on (eg bitcoin, litecoin)
- getChain() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
The blockchain the node is on (eg bitcoin, litecoin)
- getChain() - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Getter for chain.
- getChainBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The blockchain the node is on (eg bitcoin, litecoin)
- getChainBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
The blockchain the node is on (eg bitcoin, litecoin)
- getChainBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
The blockchain the node is on (eg bitcoin, litecoin)
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The hash of the genesis block that the proposed channel resides in.
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The hash of the genesis block that the proposed channel resides in.
- getChainHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The hash of the genesis block that the proposed channel resides in.
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The hash of the genesis block that this channel resides within.
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The hash of the genesis block that this channel resides within.
- getChainHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The hash of the genesis block that this channel resides within.
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The target chain that this channel was opened within.
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The target chain that this channel was opened within.
- getChainHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The target chain that this channel was opened within.
- getChainHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for chainHash.
- getChainHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for chainHash.
- getChainHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for chainHash.
- getChainHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The hash of the genesis block that this channel resides within.
- getChainHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The hash of the genesis block that this channel resides within.
- getChainHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The hash of the genesis block that this channel resides within.
- getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
A list of active chains the node is connected to
- getChains(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
A list of active chains the node is connected to
- getChains() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for a list of chains.
- getChainsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChainsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
A list of active chains the node is connected to
- getChainsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
A list of active chains the node is connected to
- getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
A list of active chains the node is connected to
- getChainsList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
A list of active chains the node is connected to
- getChainsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChainsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
A list of active chains the node is connected to
- getChainsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
A list of active chains the node is connected to
- getChainsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- getChainsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
A list of active chains the node is connected to
- getChainsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
A list of active chains the node is connected to
- getChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Is an encrypted single-chan backup.
- getChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
Is an encrypted single-chan backup.
- getChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupOrBuilder
-
Is an encrypted single-chan backup.
- getChanBackup() - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Getter for chanBackup.
- getChanBackups(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackups(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackups(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore as a list of channel/backup pairs.
- getChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
The channels to restore as a list of channel/backup pairs.
- getChanBackups() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
The channels to restore as a list of channel/backup pairs.
- getChanBackups() - Method in class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Getter for a list of chanBackups.
- getChanBackups() - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Getter for a list of chanBackups.
- getChanBackupsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore as a list of channel/backup pairs.
- getChanBackupsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackupsList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore as a list of channel/backup pairs.
- getChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
The channels to restore as a list of channel/backup pairs.
- getChanBackupsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
The channels to restore as a list of channel/backup pairs.
- getChanBackupsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getChanCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getChanCapacity() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for chanCapacity.
- getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChanClose() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChanClose() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of chanClose.
- getChanCloseBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChanCloseOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- getChangeOutputIndex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The index of the added change output or -1 if no change was left over.
- getChangeOutputIndex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The index of the added change output or -1 if no change was left over.
- getChangeOutputIndex() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The index of the added change output or -1 if no change was left over.
- getChangeOutputIndex() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtResponse
-
Getter for changeOutputIndex.
- getChangePasswordMethod() - Static method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc
-
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanInfoRequestOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The short channel id that this fee report belongs to.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
The short channel id that this fee report belongs to.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
The short channel id that this fee report belongs to.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The unique description of the funding transaction.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The unique description of the funding transaction.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The unique description of the funding transaction.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The unique identifier of the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The unique identifier of the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The unique identifier of the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Short channel id over which the htlc was received.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Short channel id over which the htlc was received.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Short channel id over which the htlc was received.
- getChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
/ The id of the channel that the is part of this circuit.
- getChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
/ The id of the channel that the is part of this circuit.
- getChanId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKeyOrBuilder
-
/ The id of the channel that the is part of this circuit.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.router.message.CircuitKey
-
Getter for chanId.
- getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for chanIdIn.
- getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The outgoing channel ID that carried the preimage that completed the
circuit.
- getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The outgoing channel ID that carried the preimage that completed the
circuit.
- getChanIdOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The outgoing channel ID that carried the preimage that completed the
circuit.
- getChanIdOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for chanIdOut.
- getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(Long, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getChanInfo request.
- getChanInfo(ChanInfoRequest, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getChanInfo request.
- getChanInfo(Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getChanInfo request.
- getChanInfo(ChanInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getChanInfo request.
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The pending channel to be closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
The pending channel to be closed
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
The pending channel to be closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The pending channel to be force closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The pending channel to be force closed
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The pending channel to be force closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The pending channel
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The pending channel
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The pending channel
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The pending channel waiting for closing tx to confirm
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
The pending channel waiting for closing tx to confirm
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
The pending channel waiting for closing tx to confirm
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for a list of channel.
- getChannelAcceptorMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getChannelBackups() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Getter for a list of channelBackups.
- getChannelBackups() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Getter for a list of channelBackups.
- getChannelBackupsBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBalanceMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The pending channel to be closed
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The pending channel to be force closed
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The pending channel
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The pending channel waiting for closing tx to confirm
- getChannelCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getChannelCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getChannelCase() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
- getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFees(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFees() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for a list of channelFees.
- getChannelFeesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFeesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- getChannelFlags() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
A bit-field which the initiator uses to specify proposed channel
behavior.
- getChannelFlags() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
A bit-field which the initiator uses to specify proposed channel
behavior.
- getChannelFlags() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
A bit-field which the initiator uses to specify proposed channel
behavior.
- getChannelFlags() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- getChannelFlags() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- getChannelFlags() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- getChannelFlags() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for channelFlags.
- getChannelFlags() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for channelFlags.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
The unique channel ID for the channel.
- getChannelId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
The unique channel ID for the channel.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The short channel id of this edge.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
The short channel id of this edge.
- getChannelId() - Method in interface org.lightningj.lnd.proto.LightningApi.EdgeLocatorOrBuilder
-
The short channel id of this edge.
- getChannelId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for channelId.
- getChannelId() - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Getter for channelId.
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The pending channel to be closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
The pending channel to be closed
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
The pending channel to be closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The pending channel to be force closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The pending channel to be force closed
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The pending channel to be force closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The pending channel
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The pending channel
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The pending channel
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The pending channel waiting for closing tx to confirm
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
The pending channel waiting for closing tx to confirm
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
The pending channel waiting for closing tx to confirm
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.AbandonChannelRequestOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The channel that this fee report belongs to.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
The channel that this fee report belongs to.
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
The channel that this fee report belongs to.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2;
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string channel_point = 2;
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string channel_point = 2;
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Getter for a list of channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Getter for a list of channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for a list of channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for channelPoint.
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The channel that this fee report belongs to.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
The channel that this fee report belongs to.
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
The channel that this fee report belongs to.
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2;
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string channel_point = 2;
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string channel_point = 2;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.AbandonChannelRequestOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelReserve() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The minimum amount of satoshis the initiator requires us to have at all
times.
- getChannelReserve() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The minimum amount of satoshis the initiator requires us to have at all
times.
- getChannelReserve() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The minimum amount of satoshis the initiator requires us to have at all
times.
- getChannelReserve() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for channelReserve.
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
The list of active channels
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
The list of active channels
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
A list of all public channels for the node.
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
A list of all public channels for the node.
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Getter for a list of channels.
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
-
Getter for a list of channels.
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for a list of channels.
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
The list of active channels
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
The list of active channels
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
A list of all public channels for the node.
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
A list of all public channels for the node.
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
The list of active channels
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
The list of active channels
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
A list of all public channels for the node.
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
A list of all public channels for the node.
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
The list of active channels
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
The list of active channels
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
A list of all public channels for the node.
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
A list of all public channels for the node.
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
The list of active channels
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
The list of active channels
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
A list of all public channels for the node.
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
A list of all public channels for the node.
- getChannelUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
An optional channel update message.
- getChannelUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
An optional channel update message.
- getChannelUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
An optional channel update message.
- getChannelUpdate() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for a list of channelUpdate.
- getChannelUpdateBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
An optional channel update message.
- getChannelUpdateOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
An optional channel update message.
- getChannelUpdateOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
An optional channel update message.
- getChannelUpdateOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
An optional channel update message.
- getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of channelUpdates.
- getChannelUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanOpen() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanOpen() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of chanOpen.
- getChanOpenBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanOpenOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPending() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPending() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of chanPending.
- getChanPendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
Identifies the channel that this backup belongs to.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupOrBuilder
-
Identifies the channel that this backup belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string chan_point = 2;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The target channel point to refrence in created commitment transactions.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
The target channel point to refrence in created commitment transactions.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
The target channel point to refrence in created commitment transactions.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
The target channel point to obtain a back up for.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
The target channel point to obtain a back up for.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequestOrBuilder
-
The target channel point to obtain a back up for.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, this update will target a specific channel.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
If set, this update will target a specific channel.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
If set, this update will target a specific channel.
- getChanPoint() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPoint() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPoint() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequestOrBuilder
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ExportChannelBackupRequest
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.router.message.UpdateChanStatusRequest
-
Getter for a list of chanPoint.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The target channel point to refrence in created commitment transactions.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
The target channel point to obtain a back up for.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, this update will target a specific channel.
- getChanPointBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2;
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string chan_point = 2;
- getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
Identifies the channel that this backup belongs to.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupOrBuilder
-
Identifies the channel that this backup belongs to.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The target channel point to refrence in created commitment transactions.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
The target channel point to refrence in created commitment transactions.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
The target channel point to refrence in created commitment transactions.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
The target channel point to obtain a back up for.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
The target channel point to obtain a back up for.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequestOrBuilder
-
The target channel point to obtain a back up for.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequestOrBuilder
-
.lnrpc.ChannelPoint chan_point = 1;
- getChanPoints(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPoints(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPoints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPoints() - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Getter for a list of chanPoints.
- getChanPointsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointShim() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointShim() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointShim() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingShimOrBuilder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointShim() - Method in class org.lightningj.lnd.wrapper.message.FundingShim
-
Getter for a list of chanPointShim.
- getChanPointShimBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointShimOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointShimOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointShimOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingShimOrBuilder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- getChanPointsList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsList() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The minimum satoshis this node is required to reserve in its balance.
- getChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
The minimum satoshis this node is required to reserve in its balance.
- getChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelConstraintsOrBuilder
-
The minimum satoshis this node is required to reserve in its balance.
- getChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Getter for chanReserveSat.
- getChanStatusFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
A set of flags showing the current state of the channel.
- getChanStatusFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
A set of flags showing the current state of the channel.
- getChanStatusFlags() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
A set of flags showing the current state of the channel.
- getChanStatusFlags() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for chanStatusFlags.
- getChanStatusFlagsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
A set of flags showing the current state of the channel.
- getChanStatusFlagsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
A set of flags showing the current state of the channel.
- getChanStatusFlagsBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
A set of flags showing the current state of the channel.
- getChildIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
A nonce used to randomize the child preimage and child hash from a given
root_share.
- getChildIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
A nonce used to randomize the child preimage and child hash from a given
root_share.
- getChildIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPOrBuilder
-
A nonce used to randomize the child preimage and child hash from a given
root_share.
- getChildIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
uint32 child_index = 3;
- getChildIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
uint32 child_index = 3;
- getChildIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPRecordOrBuilder
-
uint32 child_index = 3;
- getChildIndex() - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Getter for childIndex.
- getChildIndex() - Method in class org.lightningj.lnd.wrapper.message.AMPRecord
-
Getter for childIndex.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Getter for a list of cipherSeedMnemonic.
- getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Getter for a list of cipherSeedMnemonic.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCloseAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- getCloseAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- getCloseAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- getCloseAddress() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- getCloseAddress() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- getCloseAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- getCloseAddress() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for closeAddress.
- getCloseAddress() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for closeAddress.
- getCloseAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- getCloseAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- getCloseAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- getCloseAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- getCloseAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- getCloseAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- getCloseChannelMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getClosedChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of closedChannel.
- getClosedChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- getClosedChannelsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of closedChans.
- getClosedChansBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
uint32 closed_height = 3;
- getClosedHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
uint32 closed_height = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for closedHeight.
- getCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Height at which the funding transaction was spent.
- getCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Height at which the funding transaction was spent.
- getCloseHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Height at which the funding transaction was spent.
- getCloseHeight() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for closeHeight.
- getCloseInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Close initiator indicates which party initiated the close.
- getCloseInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Close initiator indicates which party initiated the close.
- getCloseInitiator() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Close initiator indicates which party initiated the close.
- getCloseInitiator() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for closeInitiator.
- getCloseInitiatorValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Close initiator indicates which party initiated the close.
- getCloseInitiatorValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Close initiator indicates which party initiated the close.
- getCloseInitiatorValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Close initiator indicates which party initiated the close.
- getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1;
- getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.PendingUpdate close_pending = 1;
- getClosePending() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate close_pending = 1;
- getClosePending() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of closePending.
- getClosePendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1;
- getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1;
- getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.PendingUpdate close_pending = 1;
- getClosePendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate close_pending = 1;
- getCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Details on how the channel was closed.
- getCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Details on how the channel was closed.
- getCloseType() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Details on how the channel was closed.
- getCloseType() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for closeType.
- getCloseTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Details on how the channel was closed.
- getCloseTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Details on how the channel was closed.
- getCloseTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Details on how the channel was closed.
- getClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The txid of the transaction which ultimately closed this channel.
- getClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The txid of the transaction which ultimately closed this channel.
- getClosingTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The txid of the transaction which ultimately closed this channel.
- getClosingTxHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for closingTxHash.
- getClosingTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The txid of the transaction which ultimately closed this channel.
- getClosingTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The txid of the transaction which ultimately closed this channel.
- getClosingTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The txid of the transaction which ultimately closed this channel.
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1;
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
bytes closing_txid = 1;
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
-
bytes closing_txid = 1;
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
The transaction id of the closing transaction
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The transaction id of the closing transaction
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Getter for closingTxid.
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Getter for closingTxid.
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for closingTxid.
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
The transaction id of the closing transaction
- getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The transaction id of the closing transaction
- getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The transaction id of the closing transaction
- getCltvExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent cltv expiry value.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
A failure type-dependent cltv expiry value.
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
A failure type-dependent cltv expiry value.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9;
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 cltv_expiry = 9;
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 cltv_expiry = 9;
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for cltvExpiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for cltvExpiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for cltvExpiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for cltvExpiry.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for cltvExpiryDelta.
- getCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for cltvLimit.
- getCltvLimit() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for cltvLimit.
- getCltvLimit() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for cltvLimit.
- getCode() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
Failure code as defined in the Lightning spec
- getCode() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
Failure code as defined in the Lightning spec
- getCode() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
Failure code as defined in the Lightning spec
- getCode() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for code.
- getCodeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
Failure code as defined in the Lightning spec
- getCodeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
Failure code as defined in the Lightning spec
- getCodeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
Failure code as defined in the Lightning spec
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The color of the current node in hex code format
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The color of the current node in hex code format
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The color of the current node in hex code format
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5;
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string color = 5;
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string color = 5;
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string color = 5;
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string color = 5;
- getColor() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for color.
- getColor() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for color.
- getColor() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for color.
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The color of the current node in hex code format
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The color of the current node in hex code format
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The color of the current node in hex code format
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5;
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string color = 5;
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string color = 5;
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string color = 5;
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string color = 5;
- getCommit() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
A verbose description of the daemon's commit.
- getCommit() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
A verbose description of the daemon's commit.
- getCommit() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
A verbose description of the daemon's commit.
- getCommit() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for commit.
- getCommitBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
A verbose description of the daemon's commit.
- getCommitBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
A verbose description of the daemon's commit.
- getCommitBytes() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
A verbose description of the daemon's commit.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commitFee.
- getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for commitFee.
- getCommitHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHash() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHash() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHash() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHash() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHash() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for commitHash.
- getCommitHash() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for commitHash.
- getCommitHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHashBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHashBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitHashBytes() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The SHA1 commit hash that the daemon is compiled with.
- getCommitments() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
A list of valid commitment transactions.
- getCommitments() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
A list of valid commitment transactions.
- getCommitments() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
A list of valid commitment transactions.
- getCommitments() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for a list of commitments.
- getCommitmentsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
A list of valid commitment transactions.
- getCommitmentsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
A list of valid commitment transactions.
- getCommitmentsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
A list of valid commitment transactions.
- getCommitmentsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
A list of valid commitment transactions.
- getCommitmentType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The commitment type used by this channel.
- getCommitmentType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The commitment type used by this channel.
- getCommitmentType() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The commitment type used by this channel.
- getCommitmentType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The commitment type used by this channel.
- getCommitmentType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The commitment type used by this channel.
- getCommitmentType() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The commitment type used by this channel.
- getCommitmentType() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commitmentType.
- getCommitmentType() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for commitmentType.
- getCommitmentTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The commitment type used by this channel.
- getCommitmentTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The commitment type used by this channel.
- getCommitmentTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The commitment type used by this channel.
- getCommitmentTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The commitment type used by this channel.
- getCommitmentTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The commitment type used by this channel.
- getCommitmentTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The commitment type used by this channel.
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The weight of the commitment transaction
- getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The weight of the commitment transaction
- getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commitWeight.
- getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for commitWeight.
- getComputeInputScriptMethod() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getConf() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConf() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConf() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConf() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Getter for a list of conf.
- getConfBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfig() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
Mission control's currently active config.
- getConfig() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
Mission control's currently active config.
- getConfig() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponseOrBuilder
-
Mission control's currently active config.
- getConfig() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
The config to set for mission control.
- getConfig() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
The config to set for mission control.
- getConfig() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequestOrBuilder
-
The config to set for mission control.
- getConfig() - Method in class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigResponse
-
Getter for a list of config.
- getConfig() - Method in class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigRequest
-
Getter for a list of config.
- getConfigBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
Mission control's currently active config.
- getConfigBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
The config to set for mission control.
- getConfigOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
Mission control's currently active config.
- getConfigOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
Mission control's currently active config.
- getConfigOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponseOrBuilder
-
Mission control's currently active config.
- getConfigOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
The config to set for mission control.
- getConfigOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
The config to set for mission control.
- getConfigOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequestOrBuilder
-
The config to set for mission control.
- getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The height at which this channel will be confirmed
- getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The height at which this channel will be confirmed
- getConfirmationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The height at which this channel will be confirmed
- getConfirmationHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for confirmationHeight.
- getConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The number of confirmations for the Utxo
- getConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The number of confirmations for the Utxo
- getConfirmations() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The number of confirmations for the Utxo
- getConfirmations() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for confirmations.
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
The confirmed balance of the account (with >= 1 confirmations).
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
The confirmed balance of the account (with >= 1 confirmations).
- getConfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletAccountBalanceOrBuilder
-
The confirmed balance of the account (with >= 1 confirmations).
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletAccountBalance
-
Getter for confirmedBalance.
- getConfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for confirmedBalance.
- getConfOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
The number of confirmations to shoot for when estimating the fee.
- getConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
The number of confirmations to shoot for when estimating the fee.
- getConfTarget() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequestOrBuilder
-
The number of confirmations to shoot for when estimating the fee.
- getConfTarget() - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeRequest
-
Getter for confTarget.
- getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string connecting_node = 6;
- getConnectingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string connecting_node = 6;
- getConnectingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for connectingNode.
- getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string connecting_node = 6;
- getConnectingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string connecting_node = 6;
- getConnectPeerMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool cooperative = 1;
- getCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool cooperative = 1;
- getCooperative() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool cooperative = 1;
- getCooperative() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for cooperative.
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
When this invoice was created
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
When this invoice was created
- getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
When this invoice was created
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
Deprecated.
- getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
Deprecated.
- getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for creationDate.
- getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for creationDate.
- getCreationTimeNs() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The time in UNIX nanoseconds at which the payment was created.
- getCreationTimeNs() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The time in UNIX nanoseconds at which the payment was created.
- getCreationTimeNs() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The time in UNIX nanoseconds at which the payment was created.
- getCreationTimeNs() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for creationTimeNs.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Deprecated.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The number of blocks to use for the relative time lock in the pay-to-self
output of both commitment transactions.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The number of blocks to use for the relative time lock in the pay-to-self
output of both commitment transactions.
- getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The number of blocks to use for the relative time lock in the pay-to-self
output of both commitment transactions.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The csv delay (in blocks) that we require for the remote party.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The csv delay (in blocks) that we require for the remote party.
- getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The csv delay (in blocks) that we require for the remote party.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelConstraintsOrBuilder
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Deprecated.
- getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for csvDelay.
- getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for csvDelay.
- getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for csvDelay.
- getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Getter for csvDelay.
- getCurrentMacaroonAsHex() - Method in interface org.lightningj.lnd.wrapper.MacaroonContext
-
Method that should return the macaroon in serialized (hex encoded form) that should be used in header
for calls towards server node.
- getCurrentMacaroonAsHex() - Method in class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
-
Method that should return the macaroon that should be used in header for calls towards server node.
- getCurrentPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- getCurrentPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
current_password should be the current valid passphrase used to unlock the
daemon.
- getCurrentPassword() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequestOrBuilder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- getCurrentPassword() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Getter for currentPassword.
- getCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getCustomRecords() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Deprecated.
- getCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Deprecated.
- getCustomRecords() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Deprecated.
- getCustomRecords() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
Deprecated.
- getCustomRecords() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
Deprecated.
- getCustomRecords() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
Deprecated.
- getCustomRecordsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Returns customRecords as a detached map.
- getCustomRecordsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Returns customRecords as a detached map.
- getCustomRecordsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Returns customRecords as a detached map.
- getCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getCustomRecordsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional set of key-value TLV records.
- getCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- getCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getCustomRecordsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Custom tlv records.
- getCustomRecordsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- getCustomRecordsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getCustomRecordsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
Any custom records that were present in the payload.
- getCustomRecordsEntries() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Gets the map entries as a wrapped list, used for XML conversion.
- getCustomRecordsEntries() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Gets the map entries as a wrapped list, used for XML conversion.
- getCustomRecordsEntries() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional set of key-value TLV records.
- getCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional set of key-value TLV records.
- getCustomRecordsMap() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional set of key-value TLV records.
- getCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Custom tlv records.
- getCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Custom tlv records.
- getCustomRecordsMap() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Custom tlv records.
- getCustomRecordsMap() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
Any custom records that were present in the payload.
- getCustomRecordsMap() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
Any custom records that were present in the payload.
- getCustomRecordsMap() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
Any custom records that were present in the payload.
- getCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional set of key-value TLV records.
- getCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional set of key-value TLV records.
- getCustomRecordsOrDefault(long, ByteString) - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional set of key-value TLV records.
- getCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Custom tlv records.
- getCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Custom tlv records.
- getCustomRecordsOrDefault(long, ByteString) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Custom tlv records.
- getCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
Any custom records that were present in the payload.
- getCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
Any custom records that were present in the payload.
- getCustomRecordsOrDefault(long, ByteString) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
Any custom records that were present in the payload.
- getCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional set of key-value TLV records.
- getCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional set of key-value TLV records.
- getCustomRecordsOrThrow(long) - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional set of key-value TLV records.
- getCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Custom tlv records.
- getCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Custom tlv records.
- getCustomRecordsOrThrow(long) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Custom tlv records.
- getCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
Any custom records that were present in the payload.
- getCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
Any custom records that were present in the payload.
- getCustomRecordsOrThrow(long) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
Any custom records that were present in the payload.
- getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 24 hrs.
- getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 24 hrs.
- getDayFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 24 hrs.
- getDayFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for dayFeeSum.
- getDebugLevelMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getDecodePayReqMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Amount
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AMP
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Failure
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Feature
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Op
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Amount
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- getDeleteAllPaymentsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getDeleted() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
A boolean indicates that the deletion is successful.
- getDeleted() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
A boolean indicates that the deletion is successful.
- getDeleted() - Method in interface org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponseOrBuilder
-
A boolean indicates that the deletion is successful.
- getDeleted() - Method in class org.lightningj.lnd.wrapper.message.DeleteMacaroonIDResponse
-
Getter for deleted.
- getDeleteMacaroonIDMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getDeliveryAddress() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
An optional address to send funds to in the case of a cooperative close.
- getDeliveryAddress() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
An optional address to send funds to in the case of a cooperative close.
- getDeliveryAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
An optional address to send funds to in the case of a cooperative close.
- getDeliveryAddress() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for deliveryAddress.
- getDeliveryAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
An optional address to send funds to in the case of a cooperative close.
- getDeliveryAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
An optional address to send funds to in the case of a cooperative close.
- getDeliveryAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
An optional address to send funds to in the case of a cooperative close.
- getDerivationPath() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The derivation path corresponding to the account public key.
- getDerivationPath() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The derivation path corresponding to the account public key.
- getDerivationPath() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The derivation path corresponding to the account public key.
- getDerivationPath() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for derivationPath.
- getDerivationPathBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The derivation path corresponding to the account public key.
- getDerivationPathBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The derivation path corresponding to the account public key.
- getDerivationPathBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The derivation path corresponding to the account public key.
- getDeriveKeyMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getDeriveNextKeyMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getDeriveSharedKeyMethod() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getDescribeGraphMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6;
- getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description = 6;
- getDescription() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description = 6;
- getDescription() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for description.
- getDescription() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6;
- getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description = 6;
- getDescriptionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description = 6;
- getDescriptionHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7;
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description_hash = 7;
- getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description_hash = 7;
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for descriptionHash.
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for descriptionHash.
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for descriptionHash.
- getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7;
- getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description_hash = 7;
- getDescriptionHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description_hash = 7;
- getDescriptionResourceKey() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Amount
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AMP
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.CommitmentType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Failure.FailureCode
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Failure
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Feature
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.HTLCAttempt.HTLCStatus
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Initiator
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.InvoiceHTLCState
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.NodeMetricType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Op
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.PaymentFailureReason
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.PeerEvent.EventType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.AnchorState
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ResolutionOutcome
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ResolutionType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ChanStatusAction
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.EventType
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ResolveHoldForwardAction
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.stateservice.proto.Stateservice.WalletState
-
- getDescriptor() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc
-
- getDescriptor() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- getDescriptor() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
- getDescriptor() - Static method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressType
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
- getDescriptor() - Static method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.wtclient.proto.Wtclient.PolicyType
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.CommitmentType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Failure.FailureCode
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.HTLCAttempt.HTLCStatus
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Initiator
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.InvoiceHTLCState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.NodeMetricType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.PaymentFailureReason
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.PeerEvent.EventType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.AnchorState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ResolutionOutcome
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ResolutionType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ChanStatusAction
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.EventType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ResolveHoldForwardAction
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.stateservice.proto.Stateservice.WalletState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.wtclient.proto.Wtclient.PolicyType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
- getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The identity pubkey of the payment recipient.
- getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The identity pubkey of the payment recipient.
- getDest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The identity pubkey of the payment recipient.
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The destination once wishes to obtain a routing fee quote to.
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
The destination once wishes to obtain a routing fee quote to.
- getDest() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequestOrBuilder
-
The destination once wishes to obtain a routing fee quote to.
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The identity pubkey of the payment recipient
- getDest() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for dest.
- getDest() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Getter for dest.
- getDest() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for dest.
- getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Addresses that received funds for this transaction
- getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
Addresses that received funds for this transaction
- getDestAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
Addresses that received funds for this transaction
- getDestAddresses() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for a list of destAddresses.
- getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Addresses that received funds for this transaction
- getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
Addresses that received funds for this transaction
- getDestAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
Addresses that received funds for this transaction
- getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Addresses that received funds for this transaction
- getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
Addresses that received funds for this transaction
- getDestAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
Addresses that received funds for this transaction
- getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Addresses that received funds for this transaction
- getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
Addresses that received funds for this transaction
- getDestAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
Addresses that received funds for this transaction
- getDestCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getDestCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Deprecated.
- getDestCustomRecords() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Deprecated.
- getDestCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- getDestCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Deprecated.
- getDestCustomRecords() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Deprecated.
- getDestCustomRecords() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Deprecated.
- getDestCustomRecords() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Deprecated.
- getDestCustomRecords() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Deprecated.
- getDestCustomRecordsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Returns destCustomRecords as a detached map.
- getDestCustomRecordsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Returns destCustomRecords as a detached map.
- getDestCustomRecordsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Returns destCustomRecords as a detached map.
- getDestCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDestCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDestCustomRecordsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDestCustomRecordsCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDestCustomRecordsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDestCustomRecordsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDestCustomRecordsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsEntries() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getDestCustomRecordsEntries() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getDestCustomRecordsEntries() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getDestCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsMap() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrDefault(long, ByteString) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestCustomRecordsOrThrow(long) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional field that can be used to pass an arbitrary set of TLV records
to a peer which understands the new records.
- getDestFeatures(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Features assumed to be supported by the final node.
- getDestFeatures(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeatures() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for destFeatures.
- getDestFeatures() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for destFeatures.
- getDestFeatures() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for destFeatures.
- getDestFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesValue(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Features assumed to be supported by the final node.
- getDestFeaturesValueList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Features assumed to be supported by the final node.
- getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1;
- getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string destination = 1;
- getDestination() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string destination = 1;
- getDestination() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for destination.
- getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1;
- getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string destination = 1;
- getDestinationBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string destination = 1;
- getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Deprecated.
- getDestString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Deprecated.
- getDestString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for destString.
- getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Deprecated.
- getDestStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Deprecated.
- getDirectionReverse() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The direction of this edge.
- getDirectionReverse() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
The direction of this edge.
- getDirectionReverse() - Method in interface org.lightningj.lnd.proto.LightningApi.EdgeLocatorOrBuilder
-
The direction of this edge.
- getDirectionReverse() - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Getter for directionReverse.
- getDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
bool disabled = 5;
- getDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
bool disabled = 5;
- getDisabled() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
bool disabled = 5;
- getDisabled() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for disabled.
- getDisconnectPeerMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getDoubleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- getDoubleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- getDoubleTweak() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- getDoubleTweak() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for doubleTweak.
- getDryRun() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
Whether a dry run should be attempted when importing the account.
- getDryRun() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
Whether a dry run should be attempted when importing the account.
- getDryRun() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
Whether a dry run should be attempted when importing the account.
- getDryRun() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Getter for dryRun.
- getDryRunExternalAddrs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrs(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountResponse
-
Getter for a list of dryRunExternalAddrs.
- getDryRunExternalAddrsBytes(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsBytes(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsBytes(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the external branch of the account.
- getDryRunExternalAddrsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the external branch of the account.
- getDryRunInternalAddrs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrs(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountResponse
-
Getter for a list of dryRunInternalAddrs.
- getDryRunInternalAddrsBytes(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsBytes(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsBytes(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
The first N addresses that belong to the internal branch of the account.
- getDryRunInternalAddrsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponseOrBuilder
-
The first N addresses that belong to the internal branch of the account.
- getDustLimit() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The dust limit of the initiator's commitment tx.
- getDustLimit() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The dust limit of the initiator's commitment tx.
- getDustLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The dust limit of the initiator's commitment tx.
- getDustLimit() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for dustLimit.
- getDustLimitSat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The dust limit (in satoshis) of the initiator's commitment tx.
- getDustLimitSat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
The dust limit (in satoshis) of the initiator's commitment tx.
- getDustLimitSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelConstraintsOrBuilder
-
The dust limit (in satoshis) of the initiator's commitment tx.
- getDustLimitSat() - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Getter for dustLimitSat.
- getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `ChannelEdge`s in this channel graph
- getEdges(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `ChannelEdge`s in this channel graph
- getEdges() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Getter for a list of edges.
- getEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `ChannelEdge`s in this channel graph
- getEnable() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
Whether the autopilot agent should be enabled or not.
- getEnable() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
Whether the autopilot agent should be enabled or not.
- getEnable() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequestOrBuilder
-
Whether the autopilot agent should be enabled or not.
- getEnable() - Method in class org.lightningj.lnd.wrapper.autopilot.message.ModifyStatusRequest
-
Getter for enable.
- getEncipheredSeed() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponseOrBuilder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Getter for encipheredSeed.
- getEndHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
The height until which to list transactions, inclusive.
- getEndHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
The height until which to list transactions, inclusive.
- getEndHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.GetTransactionsRequestOrBuilder
-
The height until which to list transactions, inclusive.
- getEndHeight() - Method in class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Getter for endHeight.
- getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
End time is the end point of the forwarding history request.
- getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
End time is the end point of the forwarding history request.
- getEndTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
End time is the end point of the forwarding history request.
- getEndTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for endTime.
- getEntity() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The entity a permission grants access to.
- getEntity() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
The entity a permission grants access to.
- getEntity() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionOrBuilder
-
The entity a permission grants access to.
- getEntity() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
string entity = 1;
- getEntity() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
string entity = 1;
- getEntity() - Method in interface org.lightningj.lnd.proto.LightningApi.OpOrBuilder
-
string entity = 1;
- getEntity() - Method in class org.lightningj.lnd.wrapper.message.MacaroonPermission
-
Getter for entity.
- getEntity() - Method in class org.lightningj.lnd.wrapper.message.Op
-
Getter for entity.
- getEntityBytes() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The entity a permission grants access to.
- getEntityBytes() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
The entity a permission grants access to.
- getEntityBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionOrBuilder
-
The entity a permission grants access to.
- getEntityBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
string entity = 1;
- getEntityBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
string entity = 1;
- getEntityBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OpOrBuilder
-
string entity = 1;
- getEntry() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse.FeaturesEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.Hop.CustomRecordsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.Invoice.FeaturesEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC.CustomRecordsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.LightningNode.FeaturesEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse.MethodPermissionsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate.FeaturesEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.PayReq.FeaturesEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.Peer.FeaturesEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest.DestCustomRecordsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.SendRequest.DestCustomRecordsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest.CustomRecordsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest.DestCustomRecordsEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate.OutputsEntries
-
- getEphemeralPubkey() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
The ephemeral public key to use for the DH key derivation.
- getEphemeralPubkey() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
The ephemeral public key to use for the DH key derivation.
- getEphemeralPubkey() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequestOrBuilder
-
The ephemeral public key to use for the DH key derivation.
- getEphemeralPubkey() - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Getter for ephemeralPubkey.
- getError() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- getError() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- getError() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- getError() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
The string representation of the error sent by our peer.
- getError() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
The string representation of the error sent by our peer.
- getError() - Method in interface org.lightningj.lnd.proto.LightningApi.TimestampedErrorOrBuilder
-
The string representation of the error sent by our peer.
- getError() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for error.
- getError() - Method in class org.lightningj.lnd.wrapper.message.TimestampedError
-
Getter for error.
- getErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- getErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- getErrorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- getErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
The string representation of the error sent by our peer.
- getErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
The string representation of the error sent by our peer.
- getErrorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TimestampedErrorOrBuilder
-
The string representation of the error sent by our peer.
- getErrors(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrors(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrors(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrors() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for a list of errors.
- getErrorsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsList() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsList() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getErrorsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- getEstimateFeeMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getEstimateFeeMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getEstimateRouteFeeMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getEventCase() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getEventCase() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
- getEventCase() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- getEventCase() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getEventCase() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
- getEventType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- getEventType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- getEventType() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- getEventType() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for eventType.
- getEventTypeValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- getEventTypeValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- getEventTypeValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- getExpiration() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
The absolute expiration of the output lease represented as a unix timestamp.
- getExpiration() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
The absolute expiration of the output lease represented as a unix timestamp.
- getExpiration() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponseOrBuilder
-
The absolute expiration of the output lease represented as a unix timestamp.
- getExpiration() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The absolute expiration of the output lease represented as a unix timestamp.
- getExpiration() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
The absolute expiration of the output lease represented as a unix timestamp.
- getExpiration() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLeaseOrBuilder
-
The absolute expiration of the output lease represented as a unix timestamp.
- getExpiration() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputResponse
-
Getter for expiration.
- getExpiration() - Method in class org.lightningj.lnd.wrapper.walletkit.message.UtxoLease
-
Getter for expiration.
- getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4;
- getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
uint32 expiration_height = 4;
- getExpirationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
uint32 expiration_height = 4;
- getExpirationHeight() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for expirationHeight.
- getExpirationSeconds() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The time in seconds before the lock expires.
- getExpirationSeconds() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
The time in seconds before the lock expires.
- getExpirationSeconds() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequestOrBuilder
-
The time in seconds before the lock expires.
- getExpirationSeconds() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputRequest
-
Getter for expirationSeconds.
- getExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Payment request expiry time in seconds.
- getExpiry() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5;
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
uint32 expiry = 5;
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
uint32 expiry = 5;
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Payment request expiry time in seconds.
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5;
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 expiry = 5;
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 expiry = 5;
- getExpiry() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for expiry.
- getExpiryHeight() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Block height at which this htlc expires.
- getExpiryHeight() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Block height at which this htlc expires.
- getExpiryHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Block height at which this htlc expires.
- getExpiryHeight() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for expiryHeight.
- getExportAllChannelBackupsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getExportChannelBackupMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getExtendedPublicKey() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The public key backing the account that all keys are derived from
represented as an extended key.
- getExtendedPublicKey() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The public key backing the account that all keys are derived from
represented as an extended key.
- getExtendedPublicKey() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The public key backing the account that all keys are derived from
represented as an extended key.
- getExtendedPublicKey() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A public key that corresponds to a wallet account represented as an extended
key.
- getExtendedPublicKey() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
A public key that corresponds to a wallet account represented as an extended
key.
- getExtendedPublicKey() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
A public key that corresponds to a wallet account represented as an extended
key.
- getExtendedPublicKey() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for extendedPublicKey.
- getExtendedPublicKey() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Getter for extendedPublicKey.
- getExtendedPublicKeyBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The public key backing the account that all keys are derived from
represented as an extended key.
- getExtendedPublicKeyBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The public key backing the account that all keys are derived from
represented as an extended key.
- getExtendedPublicKeyBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The public key backing the account that all keys are derived from
represented as an extended key.
- getExtendedPublicKeyBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A public key that corresponds to a wallet account represented as an extended
key.
- getExtendedPublicKeyBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
A public key that corresponds to a wallet account represented as an extended
key.
- getExtendedPublicKeyBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
A public key that corresponds to a wallet account represented as an extended
key.
- getExternalKeyCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The number of keys derived from the external branch of the account public
key.
- getExternalKeyCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The number of keys derived from the external branch of the account public
key.
- getExternalKeyCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The number of keys derived from the external branch of the account public
key.
- getExternalKeyCount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for externalKeyCount.
- getExtraOpaqueData() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- getExtraOpaqueData() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- getExtraOpaqueData() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- getExtraOpaqueData() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for extraOpaqueData.
- getFailAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Lowest amount that failed to forward in millisats.
- getFailAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
Lowest amount that failed to forward in millisats.
- getFailAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairDataOrBuilder
-
Lowest amount that failed to forward in millisats.
- getFailAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Getter for failAmtMsat.
- getFailAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Lowest amount that failed to forward rounded to whole sats.
- getFailAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
Lowest amount that failed to forward rounded to whole sats.
- getFailAmtSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairDataOrBuilder
-
Lowest amount that failed to forward rounded to whole sats.
- getFailAmtSat() - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Getter for failAmtSat.
- getFailedHtlcsOnly() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
Only delete failed HTLCs from payments, not the payment itself.
- getFailedHtlcsOnly() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
Only delete failed HTLCs from payments, not the payment itself.
- getFailedHtlcsOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequestOrBuilder
-
Only delete failed HTLCs from payments, not the payment itself.
- getFailedHtlcsOnly() - Method in class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
-
Getter for failedHtlcsOnly.
- getFailedPaymentsOnly() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
Only delete failed payments.
- getFailedPaymentsOnly() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
Only delete failed payments.
- getFailedPaymentsOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequestOrBuilder
-
Only delete failed payments.
- getFailedPaymentsOnly() - Method in class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
-
Getter for failedPaymentsOnly.
- getFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Time of last failure.
- getFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
Time of last failure.
- getFailTime() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairDataOrBuilder
-
Time of last failure.
- getFailTime() - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Getter for failTime.
- getFailure() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
Detailed htlc failure info.
- getFailure() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
Detailed htlc failure info.
- getFailure() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
Detailed htlc failure info.
- getFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The failure message in case the payment failed.
- getFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
The failure message in case the payment failed.
- getFailure() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponseOrBuilder
-
The failure message in case the payment failed.
- getFailure() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for a list of failure.
- getFailure() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Getter for a list of failure.
- getFailureBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
Detailed htlc failure info.
- getFailureBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The failure message in case the payment failed.
- getFailureDetail() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureDetail provides additional information about the reason for the
failure.
- getFailureDetail() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
FailureDetail provides additional information about the reason for the
failure.
- getFailureDetail() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
FailureDetail provides additional information about the reason for the
failure.
- getFailureDetail() - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Getter for failureDetail.
- getFailureDetailValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureDetail provides additional information about the reason for the
failure.
- getFailureDetailValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
FailureDetail provides additional information about the reason for the
failure.
- getFailureDetailValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
FailureDetail provides additional information about the reason for the
failure.
- getFailureOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
Detailed htlc failure info.
- getFailureOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
Detailed htlc failure info.
- getFailureOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
Detailed htlc failure info.
- getFailureOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The failure message in case the payment failed.
- getFailureOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
The failure message in case the payment failed.
- getFailureOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponseOrBuilder
-
The failure message in case the payment failed.
- getFailureReason() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- getFailureReason() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- getFailureReason() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- getFailureReason() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for failureReason.
- getFailureReasonValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- getFailureReasonValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- getFailureReasonValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- getFailureSourceIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
The position in the path of the intermediate or final node that generated
the failure message.
- getFailureSourceIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
The position in the path of the intermediate or final node that generated
the failure message.
- getFailureSourceIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
The position in the path of the intermediate or final node that generated
the failure message.
- getFailureSourceIndex() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for failureSourceIndex.
- getFailureString() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
A string representation of the link failure.
- getFailureString() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
A string representation of the link failure.
- getFailureString() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
A string representation of the link failure.
- getFailureString() - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Getter for failureString.
- getFailureStringBytes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
A string representation of the link failure.
- getFailureStringBytes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
A string representation of the link failure.
- getFailureStringBytes() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
A string representation of the link failure.
- getFallbackAddr() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Fallback on-chain address.
- getFallbackAddr() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Fallback on-chain address.
- getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8;
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string fallback_addr = 8;
- getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string fallback_addr = 8;
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for fallbackAddr.
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for fallbackAddr.
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for fallbackAddr.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Fallback on-chain address.
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Fallback on-chain address.
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8;
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string fallback_addr = 8;
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string fallback_addr = 8;
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Deprecated.
- getFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Deprecated.
- getFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
Deprecated.
- getFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Deprecated.
- getFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
Deprecated.
- getFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Deprecated.
- getFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Deprecated.
- getFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Deprecated.
- getFeaturesAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Returns features as a detached map.
- getFeaturesAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Returns features as a detached map.
- getFeaturesAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Returns features as a detached map.
- getFeaturesAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Returns features as a detached map.
- getFeaturesAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Returns features as a detached map.
- getFeaturesAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Returns features as a detached map.
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of features advertised on the invoice.
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getFeaturesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getFeaturesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Features advertised by the remote peer in their init message.
- getFeaturesEntries() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Gets the map entries as a wrapped list, used for XML conversion.
- getFeaturesEntries() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Gets the map entries as a wrapped list, used for XML conversion.
- getFeaturesEntries() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Gets the map entries as a wrapped list, used for XML conversion.
- getFeaturesEntries() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Gets the map entries as a wrapped list, used for XML conversion.
- getFeaturesEntries() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Gets the map entries as a wrapped list, used for XML conversion.
- getFeaturesEntries() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Gets the map entries as a wrapped list, used for XML conversion.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesMap() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of features advertised on the invoice.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of features advertised on the invoice.
- getFeaturesMap() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of features advertised on the invoice.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesMap() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesMap() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesMap() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Features advertised by the remote peer in their init message.
- getFeaturesMap() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Features advertised by the remote peer in their init message.
- getFeaturesMap() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Features advertised by the remote peer in their init message.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of features advertised on the invoice.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of features advertised on the invoice.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of features advertised on the invoice.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Features advertised by the remote peer in their init message.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Features advertised by the remote peer in their init message.
- getFeaturesOrDefault(int, LightningApi.Feature) - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Features advertised by the remote peer in their init message.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesOrThrow(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Features that our node has advertised in our init message, node
announcements and invoices.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of features advertised on the invoice.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of features advertised on the invoice.
- getFeaturesOrThrow(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of features advertised on the invoice.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesOrThrow(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
map<uint32, .lnrpc.Feature> features = 6;
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesOrThrow(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Features that the node has advertised in the init message, node
announcements and invoices.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesOrThrow(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
map<uint32, .lnrpc.Feature> features = 13;
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Features advertised by the remote peer in their init message.
- getFeaturesOrThrow(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Features advertised by the remote peer in their init message.
- getFeaturesOrThrow(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Features advertised by the remote peer in their init message.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total fee (in satoshis) that this payment circuit carried.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The total fee (in satoshis) that this payment circuit carried.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The total fee (in satoshis) that this payment circuit carried.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
Deprecated.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for fee.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for fee.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for fee.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3;
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 fee_base_msat = 3;
- getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 fee_base_msat = 3;
- getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for feeBaseMsat.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for feeBaseMsat.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of feeLimit.
- getFeeLimit() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for a list of feeLimit.
- getFeeLimitBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of millisatoshis that will be paid as a fee of the
payment.
- getFeeLimitMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The maximum number of millisatoshis that will be paid as a fee of the
payment.
- getFeeLimitMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The maximum number of millisatoshis that will be paid as a fee of the
payment.
- getFeeLimitMsat() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for feeLimitMsat.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for feeLimitSat.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total fee (in milli-satoshis) that this payment circuit carried.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The total fee (in milli-satoshis) that this payment circuit carried.
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The total fee (in milli-satoshis) that this payment circuit carried.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7;
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 fee_msat = 7;
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 fee_msat = 7;
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The fee paid for this payment in milli-satoshis
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The fee paid for this payment in milli-satoshis
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The fee paid for this payment in milli-satoshis
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for feeMsat.
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for feeMsat.
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for feeMsat.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The initial fee rate that the initiator suggests for both commitment
transactions.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The initial fee rate that the initiator suggests for both commitment
transactions.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The initial fee rate that the initiator suggests for both commitment
transactions.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for feePerKw.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for feePerKw.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for feePerKw.
- getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The amount charged per milli-satoshis transferred expressed in
millionths of a satoshi.
- getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
The amount charged per milli-satoshis transferred expressed in
millionths of a satoshi.
- getFeePerMil() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
The amount charged per milli-satoshis transferred expressed in
millionths of a satoshi.
- getFeePerMil() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for feePerMil.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for feeProportionalMillionths.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
The effective fee rate in milli-satoshis.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The fee rate that will be charged per millionth of a satoshi.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The fee rate that will be charged per millionth of a satoshi.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The fee rate that will be charged per millionth of a satoshi.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
The effective fee rate in milli-satoshis.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for feeRate.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for feeRate.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for feeRate.
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4;
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 fee_rate_milli_msat = 4;
- getFeeRateMilliMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 fee_rate_milli_msat = 4;
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for feeRateMilliMsat.
- getFeerateSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
Deprecated.
- getFeerateSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
Deprecated.
- getFeerateSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeResponseOrBuilder
-
Deprecated.
- getFeerateSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Getter for feerateSatPerByte.
- getFeeReportMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
The total fee in satoshis.
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
The total fee in satoshis.
- getFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeResponseOrBuilder
-
The total fee in satoshis.
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The fee paid for this payment in satoshis
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The fee paid for this payment in satoshis
- getFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The fee paid for this payment in satoshis
- getFeeSat() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Getter for feeSat.
- getFeeSat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for feeSat.
- getFeesCase() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- getFeesCase() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getFeesCase() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
- getField() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional CLTV delta from the current height that should be used for the
timelock of the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
An optional CLTV delta from the current height that should be used for the
timelock of the final hop.
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
An optional CLTV delta from the current height that should be used for the
timelock of the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
CLTV delta from the current height that should be used for the timelock
of the final hop
- getFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
CLTV delta from the current height that should be used for the timelock
of the final hop
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
CLTV delta from the current height that should be used for the timelock
of the final hop
- getFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for finalCltvDelta.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for finalCltvDelta.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Getter for finalCltvDelta.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for finalCltvDelta.
- getFinalizePsbtMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getFinalRawTx() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
As an alternative to the signed PSBT with all witness data, the final raw
wire format transaction can also be specified directly.
- getFinalRawTx() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
As an alternative to the signed PSBT with all witness data, the final raw
wire format transaction can also be specified directly.
- getFinalRawTx() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalizeOrBuilder
-
As an alternative to the signed PSBT with all witness data, the final raw
wire format transaction can also be specified directly.
- getFinalRawTx() - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtFinalize
-
Getter for finalRawTx.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
The index of the last item in the set of returned invoices.
- getFirstIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
The index of the last item in the set of returned invoices.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The index of the first item in the set of returned payments.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The index of the first item in the set of returned payments.
- getFirstIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The index of the first item in the set of returned payments.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for firstIndexOffset.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Getter for firstIndexOffset.
- getFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
The fee limit expressed as a fixed amount of satoshis.
- getFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
The fee limit expressed as a fixed amount of satoshis.
- getFixed() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
The fee limit expressed as a fixed amount of satoshis.
- getFixed() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Getter for fixed.
- getFixedMsat() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
The fee limit expressed as a fixed amount of millisatoshis.
- getFixedMsat() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
The fee limit expressed as a fixed amount of millisatoshis.
- getFixedMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
The fee limit expressed as a fixed amount of millisatoshis.
- getFixedMsat() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Getter for fixedMsat.
- getFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent flags value.
- getFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
A failure type-dependent flags value.
- getFlags() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
A failure type-dependent flags value.
- getFlags() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for flags.
- getFlapCount() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The number of times we have recorded this peer going offline or coming
online, recorded across restarts.
- getFlapCount() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The number of times we have recorded this peer going offline or coming
online, recorded across restarts.
- getFlapCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The number of times we have recorded this peer going offline or coming
online, recorded across restarts.
- getFlapCount() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for flapCount.
- getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
If true, then the channel will be closed forcibly.
- getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
If true, then the channel will be closed forcibly.
- getForce() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
If true, then the channel will be closed forcibly.
- getForce() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
Whether this input must be force-swept.
- getForce() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
Whether this input must be force-swept.
- getForce() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
Whether this input must be force-swept.
- getForce() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
Whether this input must be force-swept.
- getForce() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
Whether this input must be force-swept.
- getForce() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
Whether this input must be force-swept.
- getForce() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for force.
- getForce() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for force.
- getForce() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for force.
- getForwardEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardEvent() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardEvent() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for a list of forwardEvent.
- getForwardEventBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardEventOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.ForwardEvent forward_event = 7;
- getForwardFailEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardFailEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardFailEvent() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardFailEvent() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for a list of forwardFailEvent.
- getForwardFailEventBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardFailEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardFailEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardFailEventOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- getForwardingChannel() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
If this HTLC is involved in a forwarding operation, this field indicates
the forwarding channel.
- getForwardingChannel() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
If this HTLC is involved in a forwarding operation, this field indicates
the forwarding channel.
- getForwardingChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
If this HTLC is involved in a forwarding operation, this field indicates
the forwarding channel.
- getForwardingChannel() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for forwardingChannel.
- getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEvents(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Getter for a list of forwardingEvents.
- getForwardingEventsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingEventsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- getForwardingHistoryMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getForwardingHtlcIndex() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
Index identifying the htlc on the forwarding channel.
- getForwardingHtlcIndex() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
Index identifying the htlc on the forwarding channel.
- getForwardingHtlcIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
Index identifying the htlc on the forwarding channel.
- getForwardingHtlcIndex() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for forwardingHtlcIndex.
- getFrom() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
The sending node of the pair.
- getFrom() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
The sending node of the pair.
- getFrom() - Method in interface org.lightningj.lnd.proto.LightningApi.NodePairOrBuilder
-
The sending node of the pair.
- getFrom() - Method in class org.lightningj.lnd.wrapper.message.NodePair
-
Getter for from.
- getFromNode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
The source node pubkey of the pair.
- getFromNode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
The source node pubkey of the pair.
- getFromNode() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequestOrBuilder
-
The source node pubkey of the pair.
- getFromNode() - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityRequest
-
Getter for fromNode.
- getFundedPsbt() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
The funded but not yet signed PSBT that sends the exact channel capacity
amount to the PK script returned in the open channel message in a previous
step.
- getFundedPsbt() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
The funded but not yet signed PSBT that sends the exact channel capacity
amount to the PK script returned in the open channel message in a previous
step.
- getFundedPsbt() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingPsbtVerifyOrBuilder
-
The funded but not yet signed PSBT that sends the exact channel capacity
amount to the PK script returned in the open channel message in a previous
step.
- getFundedPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
A PSBT that should be signed and finalized.
- getFundedPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
A PSBT that should be signed and finalized.
- getFundedPsbt() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequestOrBuilder
-
A PSBT that should be signed and finalized.
- getFundedPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The funded but not yet signed PSBT packet.
- getFundedPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The funded but not yet signed PSBT packet.
- getFundedPsbt() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The funded but not yet signed PSBT packet.
- getFundedPsbt() - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtVerify
-
Getter for fundedPsbt.
- getFundedPsbt() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtRequest
-
Getter for fundedPsbt.
- getFundedPsbt() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtResponse
-
Getter for fundedPsbt.
- getFundingAddress() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- getFundingAddress() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- getFundingAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFundingOrBuilder
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- getFundingAddress() - Method in class org.lightningj.lnd.wrapper.message.ReadyForPsbtFunding
-
Getter for fundingAddress.
- getFundingAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- getFundingAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- getFundingAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFundingOrBuilder
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- getFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
The exact amount in satoshis that needs to be sent to the above address to
fund the pending channel.
- getFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
The exact amount in satoshis that needs to be sent to the above address to
fund the pending channel.
- getFundingAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFundingOrBuilder
-
The exact amount in satoshis that needs to be sent to the above address to
fund the pending channel.
- getFundingAmount() - Method in class org.lightningj.lnd.wrapper.message.ReadyForPsbtFunding
-
Getter for fundingAmount.
- getFundingAmt() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The funding amount in satoshis that initiator wishes to use in the
channel.
- getFundingAmt() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The funding amount in satoshis that initiator wishes to use in the
channel.
- getFundingAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The funding amount in satoshis that initiator wishes to use in the
channel.
- getFundingAmt() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for fundingAmt.
- getFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool funding_canceled = 5;
- getFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool funding_canceled = 5;
- getFundingCanceled() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool funding_canceled = 5;
- getFundingCanceled() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for fundingCanceled.
- getFundingShim() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingShim() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingShim() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingShim() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for a list of fundingShim.
- getFundingShimBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingShimOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingShimOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingShimOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- getFundingStateStepMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
Txid of the funding transaction.
- getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
Txid of the funding transaction.
- getFundingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
Txid of the funding transaction.
- getFundingTxidBytes() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for fundingTxidBytes.
- getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getFundingTxidCase() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
- getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- getFundingTxidStr() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- getFundingTxidStr() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for fundingTxidStr.
- getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- getFundingTxidStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- getFundPsbtMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getGenSeedMethod() - Static method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc
-
- getGetChanInfoMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetInfoMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetInfoMethod() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc
-
- getGetMissionControlConfigMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getGetNetworkInfoMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetNodeInfoMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetNodeMetricsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetRecoveryInfoMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetStateMethod() - Static method in class org.lightningj.lnd.stateservice.proto.StateGrpc
-
- getGetTowerInfoMethod() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getGetTransactionsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getGetVersionMethod() - Static method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc
-
- getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, then this update applies to all currently active channels.
- getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
If set, then this update applies to all currently active channels.
- getGlobal() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
If set, then this update applies to all currently active channels.
- getGlobal() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for global.
- getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
Deprecated.
- getGlobalFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
Deprecated.
- getGlobalFeatures() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for globalFeatures.
- getGoVersion() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The version of go that compiled the executable.
- getGoVersion() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The version of go that compiled the executable.
- getGoVersion() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The version of go that compiled the executable.
- getGoVersion() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for goVersion.
- getGoVersionBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The version of go that compiled the executable.
- getGoVersionBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The version of go that compiled the executable.
- getGoVersionBytes() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The version of go that compiled the executable.
- getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1;
- getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 graph_diameter = 1;
- getGraphDiameter() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 graph_diameter = 1;
- getGraphDiameter() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for graphDiameter.
- getHalfLifeSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The amount of time mission control will take to restore a penalized node
or channel back to 50% success probability, expressed in seconds.
- getHalfLifeSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
The amount of time mission control will take to restore a penalized node
or channel back to 50% success probability, expressed in seconds.
- getHalfLifeSeconds() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfigOrBuilder
-
The amount of time mission control will take to restore a penalized node
or channel back to 50% success probability, expressed in seconds.
- getHalfLifeSeconds() - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Getter for halfLifeSeconds.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The hash of the block.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
The hash of the block.
- getHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpochOrBuilder
-
The hash of the block.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The hash of the transaction.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
The hash of the transaction.
- getHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.OutpointOrBuilder
-
The hash of the transaction.
- getHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
The hash of the preimage
- getHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
The hash of the preimage
- getHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
The hash of the preimage
- getHash() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
The payment hash of the AMP HTLC.
- getHash() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
The payment hash of the AMP HTLC.
- getHash() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPOrBuilder
-
The payment hash of the AMP HTLC.
- getHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Getter for hash.
- getHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Getter for hash.
- getHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for hash.
- getHash() - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Getter for hash.
- getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3;
- getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
bytes hash_lock = 3;
- getHashLock() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
bytes hash_lock = 3;
- getHashLock() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for hashLock.
- getHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The height of the block.
- getHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
The height of the block.
- getHeight() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpochOrBuilder
-
The height of the block.
- getHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent block height.
- getHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
A failure type-dependent block height.
- getHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
A failure type-dependent block height.
- getHeight() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Getter for height.
- getHeight() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for height.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- getHeightHint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- getHeightHint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- getHeightHint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for heightHint.
- getHeightHint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Getter for heightHint.
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1;
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
string heuristic = 1;
- getHeuristic() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
string heuristic = 1;
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
The name of the heuristic to provide scores to.
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
The name of the heuristic to provide scores to.
- getHeuristic() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
The name of the heuristic to provide scores to.
- getHeuristic() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Getter for heuristic.
- getHeuristic() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Getter for heuristic.
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1;
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
string heuristic = 1;
- getHeuristicBytes() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
string heuristic = 1;
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
The name of the heuristic to provide scores to.
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
The name of the heuristic to provide scores to.
- getHeuristicBytes() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
The name of the heuristic to provide scores to.
- getHistory() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
.routerrpc.PairData history = 7;
- getHistory() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
.routerrpc.PairData history = 7;
- getHistory() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairHistoryOrBuilder
-
.routerrpc.PairData history = 7;
- getHistory() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The historical data for the requested pair.
- getHistory() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
The historical data for the requested pair.
- getHistory() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponseOrBuilder
-
The historical data for the requested pair.
- getHistory() - Method in class org.lightningj.lnd.wrapper.router.message.PairHistory
-
Getter for a list of history.
- getHistory() - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityResponse
-
Getter for a list of history.
- getHistoryBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
.routerrpc.PairData history = 7;
- getHistoryBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The historical data for the requested pair.
- getHistoryOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
.routerrpc.PairData history = 7;
- getHistoryOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
.routerrpc.PairData history = 7;
- getHistoryOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairHistoryOrBuilder
-
.routerrpc.PairData history = 7;
- getHistoryOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The historical data for the requested pair.
- getHistoryOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
The historical data for the requested pair.
- getHistoryOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponseOrBuilder
-
The historical data for the requested pair.
- getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints() - Method in class org.lightningj.lnd.wrapper.message.RouteHint
-
Getter for a list of hopHints.
- getHopHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopProbability() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The probability of success mission control should assign to hop in a route
where it has no other information available.
- getHopProbability() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
The probability of success mission control should assign to hop in a route
where it has no other information available.
- getHopProbability() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfigOrBuilder
-
The probability of success mission control should assign to hop in a route
where it has no other information available.
- getHopProbability() - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Getter for hopProbability.
- getHopPubkeys(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
A list of hops that defines the route.
- getHopPubkeys(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
A list of hops that defines the route.
- getHopPubkeys(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
A list of hops that defines the route.
- getHopPubkeys() - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Getter for a list of hopPubkeys.
- getHopPubkeysCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
A list of hops that defines the route.
- getHopPubkeysCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
A list of hops that defines the route.
- getHopPubkeysCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
A list of hops that defines the route.
- getHopPubkeysList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
A list of hops that defines the route.
- getHopPubkeysList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
A list of hops that defines the route.
- getHopPubkeysList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
A list of hops that defines the route.
- getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHops(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHops() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for a list of hops.
- getHopsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The network location of the lightning node, e.g.
- getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
The network location of the lightning node, e.g.
- getHost() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
The network location of the lightning node, e.g.
- getHost() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Getter for host.
- getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The network location of the lightning node, e.g.
- getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
The network location of the lightning node, e.g.
- getHostBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
The network location of the lightning node, e.g.
- getHtlcId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
/ The index of the incoming htlc in the incoming channel.
- getHtlcId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
/ The index of the incoming htlc in the incoming channel.
- getHtlcId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKeyOrBuilder
-
/ The index of the incoming htlc in the incoming channel.
- getHtlcId() - Method in class org.lightningj.lnd.wrapper.router.message.CircuitKey
-
Getter for htlcId.
- getHtlcIndex() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
Index identifying the htlc on the channel.
- getHtlcIndex() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
Index identifying the htlc on the channel.
- getHtlcIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
Index identifying the htlc on the channel.
- getHtlcIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Index identifying the htlc on the channel.
- getHtlcIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Index identifying the htlc on the channel.
- getHtlcIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Index identifying the htlc on the channel.
- getHtlcIndex() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for htlcIndex.
- getHtlcIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for htlcIndex.
- getHtlcInterceptorMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getHtlcMaximumMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The maximum HTLC value which will be accepted.
- getHtlcMaximumMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The maximum HTLC value which will be accepted.
- getHtlcMaximumMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The maximum HTLC value which will be accepted.
- getHtlcMaximumMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for htlcMaximumMsat.
- getHtlcMinimumMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The minimum HTLC value which will be accepted.
- getHtlcMinimumMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The minimum HTLC value which will be accepted.
- getHtlcMinimumMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The minimum HTLC value which will be accepted.
- getHtlcMinimumMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for htlcMinimumMsat.
- getHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent htlc value.
- getHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
A failure type-dependent htlc value.
- getHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
A failure type-dependent htlc value.
- getHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for htlcMsat.
- getHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The HTLCs made in attempt to settle the payment.
- getHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The HTLCs made in attempt to settle the payment.
- getHtlcs(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcs(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcs(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcs() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for a list of htlcs.
- getHtlcs() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for a list of htlcs.
- getHtlcs() - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Getter for a list of htlcs.
- getHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The HTLCs made in attempt to settle the payment.
- getHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The HTLCs made in attempt to settle the payment.
- getHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The HTLCs made in attempt to settle the payment.
- getHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- getHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The HTLCs made in attempt to settle the payment.
- getHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The HTLCs made in attempt to settle the payment.
- getHtlcsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- getId() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
An ID of 32 random bytes that must be unique for each distinct application
using this RPC which will be used to bound the output lease to.
- getId() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
An ID of 32 random bytes that must be unique for each distinct application
using this RPC which will be used to bound the output lease to.
- getId() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequestOrBuilder
-
An ID of 32 random bytes that must be unique for each distinct application
using this RPC which will be used to bound the output lease to.
- getId() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The unique ID that was used to lock the output.
- getId() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
The unique ID that was used to lock the output.
- getId() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequestOrBuilder
-
The unique ID that was used to lock the output.
- getId() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
A 32 byte random ID that identifies the lease.
- getId() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
A 32 byte random ID that identifies the lease.
- getId() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLeaseOrBuilder
-
A 32 byte random ID that identifies the lease.
- getId() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputRequest
-
Getter for id.
- getId() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ReleaseOutputRequest
-
Getter for id.
- getId() - Method in class org.lightningj.lnd.wrapper.walletkit.message.UtxoLease
-
Getter for id.
- getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string identity_key = 2;
- getIdentityKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string identity_key = 2;
- getIdentityKey() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for identityKey.
- getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string identity_key = 2;
- getIdentityKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string identity_key = 2;
- getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The identity pubkey of the current node.
- getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The identity pubkey of the current node.
- getIdentityPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The identity pubkey of the current node.
- getIdentityPubkey() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for identityPubkey.
- getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The identity pubkey of the current node.
- getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The identity pubkey of the current node.
- getIdentityPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The identity pubkey of the current node.
- getIgnoredEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Deprecated.
- getIgnoredEdges(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Deprecated.
- getIgnoredEdges() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of ignoredEdges.
- getIgnoredEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdgesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Deprecated.
- getIgnoredEdgesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Deprecated.
- getIgnoredEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Deprecated.
- getIgnoredEdgesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Deprecated.
- getIgnoredEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Deprecated.
- getIgnoredEdgesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Deprecated.
- getIgnoredEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getIgnoredEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Deprecated.
- getIgnoredEdgesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Deprecated.
- getIgnoredNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- getIgnoredNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of nodes to ignore during path finding.
- getIgnoredNodes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of nodes to ignore during path finding.
- getIgnoredNodes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of ignoredNodes.
- getIgnoredNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- getIgnoredNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of nodes to ignore during path finding.
- getIgnoredNodesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of nodes to ignore during path finding.
- getIgnoredNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- getIgnoredNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of nodes to ignore during path finding.
- getIgnoredNodesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of nodes to ignore during path finding.
- getIgnoredPairs(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairs(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairs() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of ignoredPairs.
- getIgnoredPairsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoredPairsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of directed node pairs that will be ignored during path finding.
- getIgnoreLocalState() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
If set, we will ignore the local channel state when calculating scores.
- getIgnoreLocalState() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
If set, we will ignore the local channel state when calculating scores.
- getIgnoreLocalState() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
If set, we will ignore the local channel state when calculating scores.
- getIgnoreLocalState() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Getter for ignoreLocalState.
- getIKnowWhatIAmDoing() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
Override the requirement for being in dev mode by setting this to true and
confirming the user knows what they are doing and this is a potential foot
gun to lose funds if used on active channels.
- getIKnowWhatIAmDoing() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
Override the requirement for being in dev mode by setting this to true and
confirming the user knows what they are doing and this is a potential foot
gun to lose funds if used on active channels.
- getIKnowWhatIAmDoing() - Method in interface org.lightningj.lnd.proto.LightningApi.AbandonChannelRequestOrBuilder
-
Override the requirement for being in dev mode by setting this to true and
confirming the user knows what they are doing and this is a potential foot
gun to lose funds if used on active channels.
- getIKnowWhatIAmDoing() - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Getter for iKnowWhatIAmDoing.
- getImportAccountMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getImportPublicKeyMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getInactiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of inactiveChannel.
- getInactiveChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool inactive_only = 2;
- getInactiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool inactive_only = 2;
- getInactiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for inactiveOnly.
- getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for inbound.
- getIncludeChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
If true, will include all known channels associated with the node.
- getIncludeChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
If true, will include all known channels associated with the node.
- getIncludeChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
If true, will include all known channels associated with the node.
- getIncludeChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Getter for includeChannels.
- getIncludeIncomplete() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If true, then return payments that have not yet fully completed.
- getIncludeIncomplete() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
If true, then return payments that have not yet fully completed.
- getIncludeIncomplete() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsRequestOrBuilder
-
If true, then return payments that have not yet fully completed.
- getIncludeIncomplete() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Getter for includeIncomplete.
- getIncludeSessions() - Method in class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Getter for includeSessions.
- getIncludeSessions() - Method in class org.lightningj.lnd.wrapper.wtclient.message.ListTowersRequest
-
Getter for includeSessions.
- getIncludeSessions() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
Whether we should include sessions with the watchtower in the response.
- getIncludeSessions() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
Whether we should include sessions with the watchtower in the response.
- getIncludeSessions() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequestOrBuilder
-
Whether we should include sessions with the watchtower in the response.
- getIncludeSessions() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
Whether we should include sessions with the watchtower in the response.
- getIncludeSessions() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
Whether we should include sessions with the watchtower in the response.
- getIncludeSessions() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequestOrBuilder
-
Whether we should include sessions with the watchtower in the response.
- getIncludeUnannounced() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
Whether unannounced channels are included in the response or not.
- getIncludeUnannounced() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
Whether unannounced channels are included in the response or not.
- getIncludeUnannounced() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphRequestOrBuilder
-
Whether unannounced channels are included in the response or not.
- getIncludeUnannounced() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Getter for includeUnannounced.
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1;
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
bool incoming = 1;
- getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
bool incoming = 1;
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The direction within the channel that the htlc was sent
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The direction within the channel that the htlc was sent
- getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The direction within the channel that the htlc was sent
- getIncoming() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for incoming.
- getIncoming() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for incoming.
- getIncomingAmountMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The incoming htlc amount.
- getIncomingAmountMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The incoming htlc amount.
- getIncomingAmountMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The incoming htlc amount.
- getIncomingAmountMsat() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for incomingAmountMsat.
- getIncomingAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The amount of the incoming htlc.
- getIncomingAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
The amount of the incoming htlc.
- getIncomingAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfoOrBuilder
-
The amount of the incoming htlc.
- getIncomingAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Getter for incomingAmtMsat.
- getIncomingChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The short channel id that the incoming htlc arrived at our node on.
- getIncomingChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
The short channel id that the incoming htlc arrived at our node on.
- getIncomingChannelId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
The short channel id that the incoming htlc arrived at our node on.
- getIncomingChannelId() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for incomingChannelId.
- getIncomingCircuitKey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The key of this forwarded htlc.
- getIncomingCircuitKey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The key of this forwarded htlc.
- getIncomingCircuitKey() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The key of this forwarded htlc.
- getIncomingCircuitKey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The key of this forwarded htlc.
- getIncomingCircuitKey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
The key of this forwarded htlc.
- getIncomingCircuitKey() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponseOrBuilder
-
The key of this forwarded htlc.
- getIncomingCircuitKey() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for a list of incomingCircuitKey.
- getIncomingCircuitKey() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptResponse
-
Getter for a list of incomingCircuitKey.
- getIncomingCircuitKeyBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The key of this forwarded htlc.
- getIncomingCircuitKeyBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The key of this forwarded htlc.
- getIncomingCircuitKeyOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The key of this forwarded htlc.
- getIncomingCircuitKeyOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The key of this forwarded htlc.
- getIncomingCircuitKeyOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The key of this forwarded htlc.
- getIncomingCircuitKeyOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The key of this forwarded htlc.
- getIncomingCircuitKeyOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
The key of this forwarded htlc.
- getIncomingCircuitKeyOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponseOrBuilder
-
The key of this forwarded htlc.
- getIncomingExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The incoming htlc expiry.
- getIncomingExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The incoming htlc expiry.
- getIncomingExpiry() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The incoming htlc expiry.
- getIncomingExpiry() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for incomingExpiry.
- getIncomingHtlcId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
Incoming id is the index of the incoming htlc in the incoming channel.
- getIncomingHtlcId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
Incoming id is the index of the incoming htlc in the incoming channel.
- getIncomingHtlcId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
Incoming id is the index of the incoming htlc in the incoming channel.
- getIncomingHtlcId() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for incomingHtlcId.
- getIncomingTimelock() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The timelock on the incoming htlc.
- getIncomingTimelock() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
The timelock on the incoming htlc.
- getIncomingTimelock() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfoOrBuilder
-
The timelock on the incoming htlc.
- getIncomingTimelock() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Getter for incomingTimelock.
- getIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The index of the output within the transaction.
- getIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
The index of the output within the transaction.
- getIndex() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.OutpointOrBuilder
-
The index of the output within the transaction.
- getIndex() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Getter for index.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
The index of a payment that will be used as either the start or end of a
query to determine which payments should be returned in the response.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
The index of a payment that will be used as either the start or end of a
query to determine which payments should be returned in the response.
- getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsRequestOrBuilder
-
The index of a payment that will be used as either the start or end of a
query to determine which payments should be returned in the response.
- getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for indexOffset.
- getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for indexOffset.
- getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Getter for indexOffset.
- getInFlightMaxMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The maximum amount of funds in millisatoshis that we allow the remote peer
to have in outstanding htlcs.
- getInFlightMaxMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The maximum amount of funds in millisatoshis that we allow the remote peer
to have in outstanding htlcs.
- getInFlightMaxMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The maximum amount of funds in millisatoshis that we allow the remote peer
to have in outstanding htlcs.
- getInFlightMaxMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for inFlightMaxMsat.
- getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
Info contains details about the htlc that was forwarded.
- getInfo() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
Info contains details about the htlc that was forwarded.
- getInfo() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEventOrBuilder
-
Info contains details about the htlc that was forwarded.
- getInfo() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
Info contains details about the htlc that we failed.
- getInfo() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
Info contains details about the htlc that we failed.
- getInfo() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
Info contains details about the htlc that we failed.
- getInfo(WatchtowerOuterClass.GetInfoRequest) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerBlockingStub
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including its public key and URIs where the server is currently
listening for clients.
- getInfo(WatchtowerOuterClass.GetInfoRequest) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerFutureStub
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including its public key and URIs where the server is currently
listening for clients.
- getInfo(WatchtowerOuterClass.GetInfoRequest, StreamObserver<WatchtowerOuterClass.GetInfoResponse>) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerImplBase
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including its public key and URIs where the server is currently
listening for clients.
- getInfo(WatchtowerOuterClass.GetInfoRequest, StreamObserver<WatchtowerOuterClass.GetInfoResponse>) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerStub
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including its public key and URIs where the server is currently
listening for clients.
- getInfo(StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest, StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getInfo request.
- getInfo() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardEvent
-
Getter for a list of info.
- getInfo() - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Getter for a list of info.
- getInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getInfo request.
- getInfo(StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest, StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
-
Method to send a getInfo request.
- getInfo() - Method in class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest) - Method in class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Method to send a getInfo request.
- getInfoBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
Info contains details about the htlc that was forwarded.
- getInfoBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
Info contains details about the htlc that we failed.
- getInfoOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
Info contains details about the htlc that was forwarded.
- getInfoOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
Info contains details about the htlc that was forwarded.
- getInfoOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEventOrBuilder
-
Info contains details about the htlc that was forwarded.
- getInfoOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
Info contains details about the htlc that we failed.
- getInfoOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
Info contains details about the htlc that we failed.
- getInfoOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
Info contains details about the htlc that we failed.
- GetInfoRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetInfoRequest.
- GetInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Empty Constructor
- GetInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Json Parsing Constructor
- GetInfoRequest(LightningApi.GetInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Constructor using underlying Lightning API Object
- GetInfoRequest - Class in org.lightningj.lnd.wrapper.watchtower.message
-
Wrapper class for GetInfoRequest.
- GetInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoRequest
-
Empty Constructor
- GetInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoRequest
-
Json Parsing Constructor
- GetInfoRequest(WatchtowerOuterClass.GetInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoRequest
-
Constructor using underlying Lightning API Object
- GetInfoResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetInfoResponse.
- GetInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Empty Constructor
- GetInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Json Parsing Constructor
- GetInfoResponse(LightningApi.GetInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Constructor using underlying Lightning API Object
- GetInfoResponse - Class in org.lightningj.lnd.wrapper.watchtower.message
-
Wrapper class for GetInfoResponse.
- GetInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Empty Constructor
- GetInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Json Parsing Constructor
- GetInfoResponse(WatchtowerOuterClass.GetInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Constructor using underlying Lightning API Object
- GetInfoResponse.FeaturesEntries - Class in org.lightningj.lnd.wrapper.message
-
Wrapping class used for conversion between Map and XML notation.
- GetInfoResponse.FeaturesEntry - Class in org.lightningj.lnd.wrapper.message
-
Inner class FeaturesEntry for class GetInfoResponse.
- getInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
True if we were the ones that created the channel.
- getInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
True if we were the ones that created the channel.
- getInitiator() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
True if we were the ones that created the channel.
- getInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The party that initiated opening the channel.
- getInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The party that initiated opening the channel.
- getInitiator() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The party that initiated opening the channel.
- getInitiator() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for initiator.
- getInitiator() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for initiator.
- getInitiatorValue() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The party that initiated opening the channel.
- getInitiatorValue() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The party that initiated opening the channel.
- getInitiatorValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The party that initiated opening the channel.
- getInitWalletMethod() - Static method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc
-
- getInputIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target input within the transaction that should be signed.
- getInputIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
The target input within the transaction that should be signed.
- getInputIndex() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
The target input within the transaction that should be signed.
- getInputIndex() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for inputIndex.
- getInputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
An optional list of inputs to use.
- getInputs(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
An optional list of inputs to use.
- getInputs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate
-
Getter for a list of inputs.
- getInputsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputsBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
An optional list of inputs to use.
- getInputsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
An optional list of inputs to use.
- getInputScripts(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScripts(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
The set of fully valid input scripts requested.
- getInputScripts(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
The set of fully valid input scripts requested.
- getInputScripts() - Method in class org.lightningj.lnd.wrapper.signer.message.InputScriptResp
-
Getter for a list of inputScripts.
- getInputScriptsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScriptsBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScriptsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScriptsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
The set of fully valid input scripts requested.
- getInputScriptsCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
The set of fully valid input scripts requested.
- getInputScriptsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScriptsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
The set of fully valid input scripts requested.
- getInputScriptsList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
The set of fully valid input scripts requested.
- getInputScriptsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScriptsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
The set of fully valid input scripts requested.
- getInputScriptsOrBuilder(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
The set of fully valid input scripts requested.
- getInputScriptsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- getInputScriptsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
The set of fully valid input scripts requested.
- getInputScriptsOrBuilderList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
The set of fully valid input scripts requested.
- getInputsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
An optional list of inputs to use.
- getInputsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
An optional list of inputs to use.
- getInputsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
An optional list of inputs to use.
- getInputsOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
An optional list of inputs to use.
- getInputsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- getInputsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
An optional list of inputs to use.
- getInputsOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
An optional list of inputs to use.
- getInstance() - Static method in class org.lightningj.lnd.wrapper.StatusExceptionWrapper
-
- getInstance() - Static method in class org.lightningj.lnd.wrapper.WrapperFactory
-
- getInternalKeyCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The number of keys derived from the internal branch of the account public
key.
- getInternalKeyCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The number of keys derived from the internal branch of the account public
key.
- getInternalKeyCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The number of keys derived from the internal branch of the account public
key.
- getInternalKeyCount() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for internalKeyCount.
- getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoices(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for a list of invoices.
- getInvoicesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getIsAmp() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Signals whether or not this is an AMP invoice.
- getIsAmp() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Signals whether or not this is an AMP invoice.
- getIsAmp() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Signals whether or not this is an AMP invoice.
- getIsAmp() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for isAmp.
- getIsKeysend() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Indicates if this invoice was a spontaneous payment that arrived via keysend
[EXPERIMENTAL].
- getIsKeysend() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Indicates if this invoice was a spontaneous payment that arrived via keysend
[EXPERIMENTAL].
- getIsKeysend() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Indicates if this invoice was a spontaneous payment that arrived via keysend
[EXPERIMENTAL].
- getIsKeysend() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for isKeysend.
- getIsKnown() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
bool is_known = 4;
- getIsKnown() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
bool is_known = 4;
- getIsKnown() - Method in interface org.lightningj.lnd.proto.LightningApi.FeatureOrBuilder
-
bool is_known = 4;
- getIsKnown() - Method in class org.lightningj.lnd.wrapper.message.Feature
-
Getter for isKnown.
- getIsRequired() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
bool is_required = 3;
- getIsRequired() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
bool is_required = 3;
- getIsRequired() - Method in interface org.lightningj.lnd.proto.LightningApi.FeatureOrBuilder
-
bool is_required = 3;
- getIsRequired() - Method in class org.lightningj.lnd.wrapper.message.Feature
-
Getter for isRequired.
- getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getJAXBContext() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getKey() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse.FeaturesEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.Hop.CustomRecordsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.Invoice.FeaturesEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC.CustomRecordsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.LightningNode.FeaturesEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse.MethodPermissionsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate.FeaturesEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.PayReq.FeaturesEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.Peer.FeaturesEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest.DestCustomRecordsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.SendRequest.DestCustomRecordsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest.CustomRecordsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest.DestCustomRecordsEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate.OutputsEntry
-
Getter for key.
- getKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
A key descriptor describes the key used for performing ECDH.
- getKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
A key descriptor describes the key used for performing ECDH.
- getKeyDesc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequestOrBuilder
-
A key descriptor describes the key used for performing ECDH.
- getKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDesc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDesc() - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Getter for a list of keyDesc.
- getKeyDesc() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for a list of keyDesc.
- getKeyDescBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
A key descriptor describes the key used for performing ECDH.
- getKeyDescBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDescOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
A key descriptor describes the key used for performing ECDH.
- getKeyDescOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
A key descriptor describes the key used for performing ECDH.
- getKeyDescOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequestOrBuilder
-
A key descriptor describes the key used for performing ECDH.
- getKeyDescOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDescOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDescOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyFamily() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
The family of key being identified.
- getKeyFamily() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
The family of key being identified.
- getKeyFamily() - Method in interface org.lightningj.lnd.proto.LightningApi.KeyLocatorOrBuilder
-
The family of key being identified.
- getKeyFamily() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
The family of key being identified.
- getKeyFamily() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
The family of key being identified.
- getKeyFamily() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocatorOrBuilder
-
The family of key being identified.
- getKeyFamily() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
The target key family to derive a key from.
- getKeyFamily() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
The target key family to derive a key from.
- getKeyFamily() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReqOrBuilder
-
The target key family to derive a key from.
- getKeyFamily() - Method in class org.lightningj.lnd.wrapper.message.KeyLocator
-
Getter for keyFamily.
- getKeyFamily() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Getter for keyFamily.
- getKeyFamily() - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Getter for keyFamily.
- getKeyFingerPrint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
Is the key finger print of the root pubkey that this request is targeting.
- getKeyFingerPrint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
Is the key finger print of the root pubkey that this request is targeting.
- getKeyFingerPrint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReqOrBuilder
-
Is the key finger print of the root pubkey that this request is targeting.
- getKeyFingerPrint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Getter for keyFingerPrint.
- getKeyIndex() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
The precise index of the key being identified.
- getKeyIndex() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
The precise index of the key being identified.
- getKeyIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.KeyLocatorOrBuilder
-
The precise index of the key being identified.
- getKeyIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
The precise index of the key being identified.
- getKeyIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
The precise index of the key being identified.
- getKeyIndex() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocatorOrBuilder
-
The precise index of the key being identified.
- getKeyIndex() - Method in class org.lightningj.lnd.wrapper.message.KeyLocator
-
Getter for keyIndex.
- getKeyIndex() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Getter for keyIndex.
- getKeyLoc() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in interface org.lightningj.lnd.proto.LightningApi.KeyDescriptorOrBuilder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptorOrBuilder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
Deprecated.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
Deprecated.
- getKeyLoc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequestOrBuilder
-
Deprecated.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReqOrBuilder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.wrapper.message.KeyDescriptor
-
Getter for a list of keyLoc.
- getKeyLoc() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Getter for a list of keyLoc.
- getKeyLoc() - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Getter for a list of keyLoc.
- getKeyLoc() - Method in class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Getter for a list of keyLoc.
- getKeyLocBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
Deprecated.
- getKeyLocBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.KeyDescriptorOrBuilder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptorOrBuilder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
Deprecated.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
Deprecated.
- getKeyLocOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequestOrBuilder
-
Deprecated.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReqOrBuilder
-
The key locator that identifies which key to use for signing.
- getLabel() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
A label that was optionally set on transaction broadcast.
- getLabel() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
A label that was optionally set on transaction broadcast.
- getLabel() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
A label that was optionally set on transaction broadcast.
- getLabel() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
The label to add to the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
The label to add to the transaction, limited to 500 characters.
- getLabel() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequestOrBuilder
-
The label to add to the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
An optional label for the transaction, limited to 500 characters.
- getLabel() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
An optional label to save with the transaction.
- getLabel() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
An optional label to save with the transaction.
- getLabel() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TransactionOrBuilder
-
An optional label to save with the transaction.
- getLabel() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for label.
- getLabel() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for label.
- getLabel() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for label.
- getLabel() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LabelTransactionRequest
-
Getter for label.
- getLabel() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for label.
- getLabel() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Transaction
-
Getter for label.
- getLabelBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
A label that was optionally set on transaction broadcast.
- getLabelBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
A label that was optionally set on transaction broadcast.
- getLabelBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
A label that was optionally set on transaction broadcast.
- getLabelBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
The label to add to the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
The label to add to the transaction, limited to 500 characters.
- getLabelBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequestOrBuilder
-
The label to add to the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
An optional label for the transaction, limited to 500 characters.
- getLabelBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
An optional label to save with the transaction.
- getLabelBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
An optional label to save with the transaction.
- getLabelBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TransactionOrBuilder
-
An optional label to save with the transaction.
- getLabelTransactionMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getLastFlapNs() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The timestamp of the last flap we observed for this peer.
- getLastFlapNs() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The timestamp of the last flap we observed for this peer.
- getLastFlapNs() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The timestamp of the last flap we observed for this peer.
- getLastFlapNs() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for lastFlapNs.
- getLastHopPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The pubkey of the last hop of the route.
- getLastHopPubkey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for lastHopPubkey.
- getLastHopPubkey() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for lastHopPubkey.
- getLastHopPubkey() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for lastHopPubkey.
- getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
The index of the last item in the set of returned invoices.
- getLastIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
The index of the last item in the set of returned invoices.
- getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The index of the last item in the set of returned payments.
- getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The index of the last item in the set of returned payments.
- getLastIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The index of the last item in the set of returned payments.
- getLastIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for lastIndexOffset.
- getLastIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Getter for lastIndexOffset.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Getter for lastOffsetIndex.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
Deprecated.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
Deprecated.
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
Deprecated.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1;
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
uint32 last_update = 1;
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
uint32 last_update = 1;
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 last_update = 7;
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint32 last_update = 7;
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint32 last_update = 7;
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for lastUpdate.
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for lastUpdate.
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for lastUpdate.
- getLatestError() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
If true, only the last error that our peer sent us will be returned with
the peer's information, rather than the full set of historic errors we have
stored.
- getLatestError() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
If true, only the last error that our peer sent us will be returned with
the peer's information, rather than the full set of historic errors we have
stored.
- getLatestError() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersRequestOrBuilder
-
If true, only the last error that our peer sent us will be returned with
the peer's information, rather than the full set of historic errors we have
stored.
- getLatestError() - Method in class org.lightningj.lnd.wrapper.message.ListPeersRequest
-
Getter for latestError.
- getLeaseOutputMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
string level_spec = 2;
- getLevelSpec() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
string level_spec = 2;
- getLevelSpec() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Getter for levelSpec.
- getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
string level_spec = 2;
- getLevelSpecBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
string level_spec = 2;
- getLifetime() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The number of seconds that the channel has been monitored by the channel
scoring system.
- getLifetime() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The number of seconds that the channel has been monitored by the channel
scoring system.
- getLifetime() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The number of seconds that the channel has been monitored by the channel
scoring system.
- getLifetime() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for lifetime.
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for limboBalance.
- getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for limboBalance.
- getLimitCase() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getLimitCase() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getLimitCase() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
- getLinkFailEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getLinkFailEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getLinkFailEvent() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getLinkFailEvent() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for a list of linkFailEvent.
- getLinkFailEventBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getLinkFailEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getLinkFailEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getLinkFailEventOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- getListAccountsMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getListChannelsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListeners(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The listening addresses of the watchtower.
- getListeners(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The listening addresses of the watchtower.
- getListeners(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The listening addresses of the watchtower.
- getListeners() - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Getter for a list of listeners.
- getListenersBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The listening addresses of the watchtower.
- getListenersBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The listening addresses of the watchtower.
- getListenersBytes(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The listening addresses of the watchtower.
- getListenersCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The listening addresses of the watchtower.
- getListenersCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The listening addresses of the watchtower.
- getListenersCount() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The listening addresses of the watchtower.
- getListenersList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The listening addresses of the watchtower.
- getListenersList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The listening addresses of the watchtower.
- getListenersList() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The listening addresses of the watchtower.
- getListInvoicesMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListLeasesMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getListMacaroonIDsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListPaymentsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListPeersMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListPermissionsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListSweepsMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getListTowersMethod() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getListUnspentMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getListUnspentMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local balances.
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels local balances.
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels local balances.
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4;
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 local_balance = 4;
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 local_balance = 4;
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for localBalance.
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for a list of localBalance.
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for localBalance.
- getLocalBalanceBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local balances.
- getLocalBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local balances.
- getLocalBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels local balances.
- getLocalBalanceOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels local balances.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Deprecated.
- getLocalChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Deprecated.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis this node is required to reserve in its
balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The minimum satoshis this node is required to reserve in its
balance.
- getLocalChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The minimum satoshis this node is required to reserve in its
balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for localChanReserveSat.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for localChanReserveSat.
- getLocalCommitFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
The amount in satoshis calculated to be paid in fees for the local
commitment.
- getLocalCommitFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
The amount in satoshis calculated to be paid in fees for the local
commitment.
- getLocalCommitFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
The amount in satoshis calculated to be paid in fees for the local
commitment.
- getLocalCommitFeeSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Getter for localCommitFeeSat.
- getLocalConstraints() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the local node.
- getLocalConstraints() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
List constraints for the local node.
- getLocalConstraints() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
List constraints for the local node.
- getLocalConstraints() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for a list of localConstraints.
- getLocalConstraintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the local node.
- getLocalConstraintsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the local node.
- getLocalConstraintsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
List constraints for the local node.
- getLocalConstraintsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
List constraints for the local node.
- getLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool local_force = 2;
- getLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool local_force = 2;
- getLocalForce() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool local_force = 2;
- getLocalForce() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for localForce.
- getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for localFundingAmount.
- getLocalKey() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
Our local key to use when creating the multi-sig output.
- getLocalKey() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
Our local key to use when creating the multi-sig output.
- getLocalKey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
Our local key to use when creating the multi-sig output.
- getLocalKey() - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Getter for a list of localKey.
- getLocalKeyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
Our local key to use when creating the multi-sig output.
- getLocalKeyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
Our local key to use when creating the multi-sig output.
- getLocalKeyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
Our local key to use when creating the multi-sig output.
- getLocalKeyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
Our local key to use when creating the multi-sig output.
- getLocalTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the local version of the commitment tx.
- getLocalTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
Hash of the local version of the commitment tx.
- getLocalTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
Hash of the local version of the commitment tx.
- getLocalTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Getter for localTxid.
- getLocalTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the local version of the commitment tx.
- getLocalTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
Hash of the local version of the commitment tx.
- getLocalTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
Hash of the local version of the commitment tx.
- getLockedUtxos(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxos(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxos(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxos(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxos(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
The list of currently leased utxos.
- getLockedUtxos(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponseOrBuilder
-
The list of currently leased utxos.
- getLockedUtxos() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtResponse
-
Getter for a list of lockedUtxos.
- getLockedUtxos() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListLeasesResponse
-
Getter for a list of lockedUtxos.
- getLockedUtxosBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxosBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxosCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxosCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
The list of currently leased utxos.
- getLockedUtxosCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponseOrBuilder
-
The list of currently leased utxos.
- getLockedUtxosList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxosList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
The list of currently leased utxos.
- getLockedUtxosList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponseOrBuilder
-
The list of currently leased utxos.
- getLockedUtxosOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxosOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
The list of currently leased utxos.
- getLockedUtxosOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponseOrBuilder
-
The list of currently leased utxos.
- getLockedUtxosOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponseOrBuilder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- getLockedUtxosOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- getLockedUtxosOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
The list of currently leased utxos.
- getLockedUtxosOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponseOrBuilder
-
The list of currently leased utxos.
- getLookupInvoiceMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getMacaroon() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
The hex encoded macaroon, serialized in binary format.
- getMacaroon() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
The hex encoded macaroon, serialized in binary format.
- getMacaroon() - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponseOrBuilder
-
The hex encoded macaroon, serialized in binary format.
- getMacaroon() - Method in class org.lightningj.lnd.wrapper.message.BakeMacaroonResponse
-
Getter for macaroon.
- getMacaroonBytes() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
The hex encoded macaroon, serialized in binary format.
- getMacaroonBytes() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
The hex encoded macaroon, serialized in binary format.
- getMacaroonBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponseOrBuilder
-
The hex encoded macaroon, serialized in binary format.
- getMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getMasterKeyFingerprint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The fingerprint of the root key from which the account public key was
derived from.
- getMasterKeyFingerprint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The fingerprint of the root key from which the account public key was
derived from.
- getMasterKeyFingerprint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The fingerprint of the root key from which the account public key was
derived from.
- getMasterKeyFingerprint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
The fingerprint of the root key (also known as the key with derivation path
m/) from which the account public key was derived from.
- getMasterKeyFingerprint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
The fingerprint of the root key (also known as the key with derivation path
m/) from which the account public key was derived from.
- getMasterKeyFingerprint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
The fingerprint of the root key (also known as the key with derivation path
m/) from which the account public key was derived from.
- getMasterKeyFingerprint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for masterKeyFingerprint.
- getMasterKeyFingerprint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Getter for masterKeyFingerprint.
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The height at which funds can be swept into the wallet
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The height at which funds can be swept into the wallet
- getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The height at which funds can be swept into the wallet
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The next block height at which we can spend the current stage
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The next block height at which we can spend the current stage
- getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The next block height at which we can spend the current stage
- getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for maturityHeight.
- getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for maturityHeight.
- getMaxAcceptedHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The total number of incoming HTLC's that the initiator will accept.
- getMaxAcceptedHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The total number of incoming HTLC's that the initiator will accept.
- getMaxAcceptedHtlcs() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The total number of incoming HTLC's that the initiator will accept.
- getMaxAcceptedHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The total number of incoming HTLC's that the initiator will accept.
- getMaxAcceptedHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
The total number of incoming HTLC's that the initiator will accept.
- getMaxAcceptedHtlcs() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelConstraintsOrBuilder
-
The total number of incoming HTLC's that the initiator will accept.
- getMaxAcceptedHtlcs() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for maxAcceptedHtlcs.
- getMaxAcceptedHtlcs() - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Getter for maxAcceptedHtlcs.
- getMaxBackups() - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Getter for maxBackups.
- getMaxBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The maximum number of backups allowed by the watchtower session.
- getMaxBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
The maximum number of backups allowed by the watchtower session.
- getMaxBackups() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionOrBuilder
-
The maximum number of backups allowed by the watchtower session.
- getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9;
- getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 max_channel_size = 9;
- getMaxChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 max_channel_size = 9;
- getMaxChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for maxChannelSize.
- getMaxConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
The maximum number of confirmations to be included.
- getMaxConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
The maximum number of confirmations to be included.
- getMaxConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentRequestOrBuilder
-
The maximum number of confirmations to be included.
- getMaxConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
The maximum number of confirmations to be included.
- getMaxConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
The maximum number of confirmations to be included.
- getMaxConfs() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequestOrBuilder
-
The maximum number of confirmations to be included.
- getMaxConfs() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Getter for maxConfs.
- getMaxConfs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentRequest
-
Getter for maxConfs.
- getMaxHtlcCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The maximum number of htlcs that the remote peer can offer us.
- getMaxHtlcCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The maximum number of htlcs that the remote peer can offer us.
- getMaxHtlcCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The maximum number of htlcs that the remote peer can offer us.
- getMaxHtlcCount() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for maxHtlcCount.
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, the maximum HTLC size in milli-satoshis.
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
If set, the maximum HTLC size in milli-satoshis.
- getMaxHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
If set, the maximum HTLC size in milli-satoshis.
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint64 max_htlc_msat = 6;
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint64 max_htlc_msat = 6;
- getMaxHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint64 max_htlc_msat = 6;
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for maxHtlcMsat.
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for maxHtlcMsat.
- getMaximumPaymentResults() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The maximum number of payment results that mission control will store.
- getMaximumPaymentResults() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
The maximum number of payment results that mission control will store.
- getMaximumPaymentResults() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfigOrBuilder
-
The maximum number of payment results that mission control will store.
- getMaximumPaymentResults() - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Getter for maximumPaymentResults.
- getMaxLocalCsv() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Max local csv is the maximum csv delay we will allow for our own commitment
transaction.
- getMaxLocalCsv() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Max local csv is the maximum csv delay we will allow for our own commitment
transaction.
- getMaxLocalCsv() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Max local csv is the maximum csv delay we will allow for our own commitment
transaction.
- getMaxLocalCsv() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for maxLocalCsv.
- getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3;
- getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 max_out_degree = 3;
- getMaxOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 max_out_degree = 3;
- getMaxOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for maxOutDegree.
- getMaxParts() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of partial payments that may be use to complete the full
amount.
- getMaxParts() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The maximum number of partial payments that may be use to complete the full
amount.
- getMaxParts() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The maximum number of partial payments that may be use to complete the full
amount.
- getMaxParts() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for maxParts.
- getMaxPayments() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
The maximal number of payments returned in the response to this query.
- getMaxPayments() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
The maximal number of payments returned in the response to this query.
- getMaxPayments() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsRequestOrBuilder
-
The maximal number of payments returned in the response to this query.
- getMaxPayments() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Getter for maxPayments.
- getMaxPendingAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- getMaxPendingAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- getMaxPendingAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelConstraintsOrBuilder
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- getMaxPendingAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Getter for maxPendingAmtMsat.
- getMaxShardSizeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The largest payment split that should be attempted when making a payment if
splitting is necessary.
- getMaxShardSizeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The largest payment split that should be attempted when making a payment if
splitting is necessary.
- getMaxShardSizeMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The largest payment split that should be attempted when making a payment if
splitting is necessary.
- getMaxShardSizeMsat() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for maxShardSizeMsat.
- getMaxUpdates() - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyResponse
-
Getter for maxUpdates.
- getMaxUpdates() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
The maximum number of updates each session we negotiate with watchtowers
should allow.
- getMaxUpdates() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
The maximum number of updates each session we negotiate with watchtowers
should allow.
- getMaxUpdates() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponseOrBuilder
-
The maximum number of updates each session we negotiate with watchtowers
should allow.
- getMaxValueInFlight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- getMaxValueInFlight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- getMaxValueInFlight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- getMaxValueInFlight() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for maxValueInFlight.
- getMedianChannelSizeSat() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 median_channel_size_sat = 10;
- getMedianChannelSizeSat() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 median_channel_size_sat = 10;
- getMedianChannelSizeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 median_channel_size_sat = 10;
- getMedianChannelSizeSat() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for medianChannelSizeSat.
- getMemo() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
An optional memo to attach along with the invoice.
- getMemo() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
An optional memo to attach along with the invoice.
- getMemo() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for memo.
- getMemo() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for memo.
- getMemoBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
An optional memo to attach along with the invoice.
- getMessageErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getMessageFlags() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The bitfield that describes whether optional fields are present in this
update.
- getMessageFlags() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The bitfield that describes whether optional fields are present in this
update.
- getMessageFlags() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The bitfield that describes whether optional fields are present in this
update.
- getMessageFlags() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for messageFlags.
- getMessageName() - Method in class org.lightningj.lnd.wrapper.Message
-
- getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getMethodPermissions() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
Deprecated.
- getMethodPermissions() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
Deprecated.
- getMethodPermissions() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPermissionsResponseOrBuilder
-
Deprecated.
- getMethodPermissionsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse
-
Returns methodPermissions as a detached map.
- getMethodPermissionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- getMethodPermissionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getMethodPermissionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPermissionsResponseOrBuilder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsEntries() - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse
-
Gets the map entries as a wrapped list, used for XML conversion.
- getMethodPermissionsMap() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsMap() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsMap() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPermissionsResponseOrBuilder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsOrDefault(String, LightningApi.MacaroonPermissionList) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsOrDefault(String, LightningApi.MacaroonPermissionList) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsOrDefault(String, LightningApi.MacaroonPermissionList) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPermissionsResponseOrBuilder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMethodPermissionsOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPermissionsResponseOrBuilder
-
A map between all RPC method URIs and their required macaroon permissions to
access them.
- getMinAcceptDepth() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The number of confirmations we require before we consider the channel open.
- getMinAcceptDepth() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The number of confirmations we require before we consider the channel open.
- getMinAcceptDepth() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The number of confirmations we require before we consider the channel open.
- getMinAcceptDepth() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for minAcceptDepth.
- getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8;
- getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 min_channel_size = 8;
- getMinChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 min_channel_size = 8;
- getMinChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for minChannelSize.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
The minimum number of confirmations to be included.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
The minimum number of confirmations to be included.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentRequestOrBuilder
-
The minimum number of confirmations to be included.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the funding transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The minimum number of confirmations each one of your outputs used for
the funding transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The minimum number of confirmations each one of your outputs used for
the funding transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
The minimum number of confirmations to be included.
- getMinConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
The minimum number of confirmations to be included.
- getMinConfs() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequestOrBuilder
-
The minimum number of confirmations to be included.
- getMinConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for minConfs.
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The smallest HTLC in millisatoshis that the initiator will accept.
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The smallest HTLC in millisatoshis that the initiator will accept.
- getMinHtlc() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The smallest HTLC in millisatoshis that the initiator will accept.
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2;
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 min_htlc = 2;
- getMinHtlc() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 min_htlc = 2;
- getMinHtlc() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for minHtlc.
- getMinHtlc() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for minHtlc.
- getMinHtlcIn() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The minimum value in millisatoshis for incoming htlcs on the channel.
- getMinHtlcIn() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The minimum value in millisatoshis for incoming htlcs on the channel.
- getMinHtlcIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The minimum value in millisatoshis for incoming htlcs on the channel.
- getMinHtlcIn() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for minHtlcIn.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The smallest HTLC in millisatoshis that the initiator will accept.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
The smallest HTLC in millisatoshis that the initiator will accept.
- getMinHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelConstraintsOrBuilder
-
The smallest HTLC in millisatoshis that the initiator will accept.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The minimum value in millisatoshi we will require for incoming HTLCs on
the channel.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The minimum value in millisatoshi we will require for incoming HTLCs on
the channel.
- getMinHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The minimum value in millisatoshi we will require for incoming HTLCs on
the channel.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The minimum HTLC size in milli-satoshis.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
The minimum HTLC size in milli-satoshis.
- getMinHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
The minimum HTLC size in milli-satoshis.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Getter for minHtlcMsat.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for minHtlcMsat.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for minHtlcMsat.
- getMinHtlcMsatSpecified() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If true, min_htlc_msat is applied.
- getMinHtlcMsatSpecified() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
If true, min_htlc_msat is applied.
- getMinHtlcMsatSpecified() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
If true, min_htlc_msat is applied.
- getMinHtlcMsatSpecified() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for minHtlcMsatSpecified.
- getMinimumFailureRelaxInterval() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The minimum time that must have passed since the previously recorded failure
before we raise the failure amount.
- getMinimumFailureRelaxInterval() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
The minimum time that must have passed since the previously recorded failure
before we raise the failure amount.
- getMinimumFailureRelaxInterval() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfigOrBuilder
-
The minimum time that must have passed since the previously recorded failure
before we raise the failure amount.
- getMinimumFailureRelaxInterval() - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Getter for minimumFailureRelaxInterval.
- getMissionControlConfig(RouterOuterClass.GetMissionControlConfigRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
GetMissionControlConfig returns mission control's current config.
- getMissionControlConfig(RouterOuterClass.GetMissionControlConfigRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterFutureStub
-
GetMissionControlConfig returns mission control's current config.
- getMissionControlConfig(RouterOuterClass.GetMissionControlConfigRequest, StreamObserver<RouterOuterClass.GetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
GetMissionControlConfig returns mission control's current config.
- getMissionControlConfig(RouterOuterClass.GetMissionControlConfigRequest, StreamObserver<RouterOuterClass.GetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
GetMissionControlConfig returns mission control's current config.
- getMissionControlConfig(StreamObserver<GetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a getMissionControlConfig request.
- getMissionControlConfig(GetMissionControlConfigRequest, StreamObserver<GetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a getMissionControlConfig request.
- getMissionControlConfig() - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a getMissionControlConfig request.
- getMissionControlConfig(GetMissionControlConfigRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a getMissionControlConfig request.
- GetMissionControlConfigRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for GetMissionControlConfigRequest.
- GetMissionControlConfigRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigRequest
-
Empty Constructor
- GetMissionControlConfigRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigRequest
-
Json Parsing Constructor
- GetMissionControlConfigRequest(RouterOuterClass.GetMissionControlConfigRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigRequest
-
Constructor using underlying Lightning API Object
- GetMissionControlConfigResponse - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for GetMissionControlConfigResponse.
- GetMissionControlConfigResponse() - Constructor for class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigResponse
-
Empty Constructor
- GetMissionControlConfigResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigResponse
-
Json Parsing Constructor
- GetMissionControlConfigResponse(RouterOuterClass.GetMissionControlConfigResponse) - Constructor for class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigResponse
-
Constructor using underlying Lightning API Object
- getModifyStatusMethod() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 month.
- getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 month.
- getMonthFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 month.
- getMonthFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for monthFeeSum.
- getMppRecord() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an MPP payment.
- getMppRecord() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional TLV record that signals the use of an MPP payment.
- getMppRecord() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional TLV record that signals the use of an MPP payment.
- getMppRecord() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for a list of mppRecord.
- getMppRecordBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an MPP payment.
- getMppRecordOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an MPP payment.
- getMppRecordOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional TLV record that signals the use of an MPP payment.
- getMppRecordOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional TLV record that signals the use of an MPP payment.
- getMppTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
The total amount of the mpp payment in msat.
- getMppTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
The total amount of the mpp payment in msat.
- getMppTotalAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
The total amount of the mpp payment in msat.
- getMppTotalAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for mppTotalAmtMsat.
- getMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
Value denominated in milli-satoshis.
- getMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Amount
-
Value denominated in milli-satoshis.
- getMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.AmountOrBuilder
-
Value denominated in milli-satoshis.
- getMsat() - Method in class org.lightningj.lnd.wrapper.message.Amount
-
Getter for msat.
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
The message to be signed.
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
The message to be signed.
- getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageRequestOrBuilder
-
The message to be signed.
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
The message over which the signature is to be verified.
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
The message over which the signature is to be verified.
- getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
The message over which the signature is to be verified.
- getMsg() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The message to be signed.
- getMsg() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
The message to be signed.
- getMsg() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReqOrBuilder
-
The message to be signed.
- getMsg() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
The message over which the signature is to be verified.
- getMsg() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
The message over which the signature is to be verified.
- getMsg() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReqOrBuilder
-
The message over which the signature is to be verified.
- getMsg() - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Getter for msg.
- getMsg() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Getter for msg.
- getMsg() - Method in class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Getter for msg.
- getMsg() - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageReq
-
Getter for msg.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- getMultiChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore in the packed multi backup format.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
The channels to restore in the packed multi backup format.
- getMultiChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
The channels to restore in the packed multi backup format.
- getMultiChanBackup() - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Getter for a list of multiChanBackup.
- getMultiChanBackup() - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Getter for multiChanBackup.
- getMultiChanBackup() - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Getter for multiChanBackup.
- getMultiChanBackupBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackupOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackupOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackupOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMutableAccountBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
Deprecated.
- getMutableAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
Deprecated.
- getMutableAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getMutableBetweennessCentrality() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
Deprecated.
- getMutableCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getMutableCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Deprecated.
- getMutableCustomRecords() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
Deprecated.
- getMutableDestCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- getMutableDestCustomRecords() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- getMutableDestCustomRecords() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Deprecated.
- getMutableFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- getMutableFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getMutableFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
Deprecated.
- getMutableFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- getMutableFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
Deprecated.
- getMutableFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Deprecated.
- getMutableMethodPermissions() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
Deprecated.
- getMutableOutputs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
Deprecated.
- getMutableScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
Deprecated.
- getMutableScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
Deprecated.
- getName() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
string name = 2;
- getName() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
string name = 2;
- getName() - Method in interface org.lightningj.lnd.proto.LightningApi.FeatureOrBuilder
-
string name = 2;
- getName() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The name used to identify the account.
- getName() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The name used to identify the account.
- getName() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The name used to identify the account.
- getName() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A name to identify the account with.
- getName() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
A name to identify the account with.
- getName() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
A name to identify the account with.
- getName() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this name.
- getName() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
An optional filter to only return accounts matching this name.
- getName() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequestOrBuilder
-
An optional filter to only return accounts matching this name.
- getName() - Method in class org.lightningj.lnd.wrapper.message.Feature
-
Getter for name.
- getName() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for name.
- getName() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Getter for name.
- getName() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListAccountsRequest
-
Getter for name.
- getNameBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
string name = 2;
- getNameBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
string name = 2;
- getNameBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.FeatureOrBuilder
-
string name = 2;
- getNameBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The name used to identify the account.
- getNameBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
The name used to identify the account.
- getNameBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
The name used to identify the account.
- getNameBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A name to identify the account with.
- getNameBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
A name to identify the account with.
- getNameBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequestOrBuilder
-
A name to identify the account with.
- getNameBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this name.
- getNameBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
An optional filter to only return accounts matching this name.
- getNameBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequestOrBuilder
-
An optional filter to only return accounts matching this name.
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The network the node is on (eg regtest, testnet, mainnet)
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
The network the node is on (eg regtest, testnet, mainnet)
- getNetwork() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
The network the node is on (eg regtest, testnet, mainnet)
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1;
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string network = 1;
- getNetwork() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string network = 1;
- getNetwork() - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Getter for network.
- getNetwork() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Getter for network.
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The network the node is on (eg regtest, testnet, mainnet)
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
The network the node is on (eg regtest, testnet, mainnet)
- getNetworkBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
The network the node is on (eg regtest, testnet, mainnet)
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1;
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string network = 1;
- getNetworkBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string network = 1;
- getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNetworkInfo request.
- getNetworkInfo(NetworkInfoRequest, StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNetworkInfo request.
- getNetworkInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNetworkInfo request.
- getNetworkInfo(NetworkInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNetworkInfo request.
- getNewAddressMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getNewMacaroonRootKey() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
new_macaroon_root_key is an optional argument instructing the daemon to
rotate the macaroon root key when set to true.
- getNewMacaroonRootKey() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
new_macaroon_root_key is an optional argument instructing the daemon to
rotate the macaroon root key when set to true.
- getNewMacaroonRootKey() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequestOrBuilder
-
new_macaroon_root_key is an optional argument instructing the daemon to
rotate the macaroon root key when set to true.
- getNewMacaroonRootKey() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Getter for newMacaroonRootKey.
- getNewPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- getNewPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- getNewPassword() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequestOrBuilder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- getNewPassword() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Getter for newPassword.
- getNextAddrMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getNextBroadcastHeight() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- getNextBroadcastHeight() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- getNextBroadcastHeight() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- getNextBroadcastHeight() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for nextBroadcastHeight.
- getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
An individual vertex/node within the channel graph.
- getNode() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
An individual vertex/node within the channel graph.
- getNode() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for a list of node.
- getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for a list of node1Policy.
- getNode1PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4;
- getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node1_pub = 4;
- getNode1Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node1_pub = 4;
- getNode1Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for node1Pub.
- getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4;
- getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node1_pub = 4;
- getNode1PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node1_pub = 4;
- getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for a list of node2Policy.
- getNode2PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5;
- getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node2_pub = 5;
- getNode2Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node2_pub = 5;
- getNode2Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for node2Pub.
- getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5;
- getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node2_pub = 5;
- getNode2PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node2_pub = 5;
- getNodeAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddresses() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for a list of nodeAddresses.
- getNodeAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeAddressesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- getNodeBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNodeFrom() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
The source node pubkey of the pair.
- getNodeFrom() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
The source node pubkey of the pair.
- getNodeFrom() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairHistoryOrBuilder
-
The source node pubkey of the pair.
- getNodeFrom() - Method in class org.lightningj.lnd.wrapper.router.message.PairHistory
-
Getter for nodeFrom.
- getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The public key of the node at the start of the channel.
- getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The public key of the node at the start of the channel.
- getNodeId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The public key of the node at the start of the channel.
- getNodeId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for nodeId.
- getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The public key of the node at the start of the channel.
- getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The public key of the node at the start of the channel.
- getNodeIdBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The public key of the node at the start of the channel.
- getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(String, Boolean, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNodeInfo request.
- getNodeInfo(NodeInfoRequest, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNodeInfo request.
- getNodeInfo(String, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNodeInfo request.
- getNodeInfo(NodeInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNodeInfo request.
- getNodeMetrics(LightningApi.NodeMetricsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnodemetrics`
GetNodeMetrics returns node metrics calculated from the graph.
- getNodeMetrics(LightningApi.NodeMetricsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnodemetrics`
GetNodeMetrics returns node metrics calculated from the graph.
- getNodeMetrics(LightningApi.NodeMetricsRequest, StreamObserver<LightningApi.NodeMetricsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnodemetrics`
GetNodeMetrics returns node metrics calculated from the graph.
- getNodeMetrics(LightningApi.NodeMetricsRequest, StreamObserver<LightningApi.NodeMetricsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnodemetrics`
GetNodeMetrics returns node metrics calculated from the graph.
- getNodeMetrics(List<NodeMetricType>, StreamObserver<NodeMetricsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNodeMetrics request.
- getNodeMetrics(NodeMetricsRequest, StreamObserver<NodeMetricsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNodeMetrics request.
- getNodeMetrics(List<NodeMetricType>) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNodeMetrics request.
- getNodeMetrics(NodeMetricsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNodeMetrics request.
- getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
An individual vertex/node within the channel graph.
- getNodeOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
An individual vertex/node within the channel graph.
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The pubkey of the node that wishes to open an inbound channel.
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The pubkey of the node that wishes to open an inbound channel.
- getNodePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The pubkey of the node that wishes to open an inbound channel.
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The pubkey of the node to open a channel with.
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The pubkey of the node to open a channel with.
- getNodePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The pubkey of the node to open a channel with.
- getNodePubkey() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for nodePubkey.
- getNodePubkey() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for nodePubkey.
- getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Deprecated.
- getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Deprecated.
- getNodePubkeyString() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Deprecated.
- getNodePubkeyString() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for nodePubkeyString.
- getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Deprecated.
- getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Deprecated.
- getNodePubkeyStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Deprecated.
- getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `LightningNode`s in this channel graph
- getNodes() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Getter for a list of nodes.
- getNodesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `LightningNode`s in this channel graph
- getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `LightningNode`s in this channel graph
- getNodesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
The list of `LightningNode`s in this channel graph
- getNodeTo() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
The destination node pubkey of the pair.
- getNodeTo() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
The destination node pubkey of the pair.
- getNodeTo() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairHistoryOrBuilder
-
The destination node pubkey of the pair.
- getNodeTo() - Method in class org.lightningj.lnd.wrapper.router.message.PairHistory
-
Getter for nodeTo.
- getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of nodeUpdates.
- getNodeUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNoInflightUpdates() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
If set, only the final payment update is streamed back.
- getNoInflightUpdates() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
If set, only the final payment update is streamed back.
- getNoInflightUpdates() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
If set, only the final payment update is streamed back.
- getNoInflightUpdates() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
If set, only the final payment update is streamed back.
- getNoInflightUpdates() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
If set, only the final payment update is streamed back.
- getNoInflightUpdates() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequestOrBuilder
-
If set, only the final payment update is streamed back.
- getNoInflightUpdates() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for noInflightUpdates.
- getNoInflightUpdates() - Method in class org.lightningj.lnd.wrapper.router.message.TrackPaymentRequest
-
Getter for noInflightUpdates.
- getNonce() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
bytes nonce = 1;
- getNonce() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
bytes nonce = 1;
- getNonce() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
bytes nonce = 1;
- getNonce() - Method in class org.lightningj.lnd.wrapper.message.MacaroonId
-
Getter for nonce.
- getNoPublish() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
If a channel should be part of a batch (multiple channel openings in one
transaction), it can be dangerous if the whole batch transaction is
published too early before all channel opening negotiations are completed.
- getNoPublish() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
If a channel should be part of a batch (multiple channel openings in one
transaction), it can be dangerous if the whole batch transaction is
published too early before all channel opening negotiations are completed.
- getNoPublish() - Method in interface org.lightningj.lnd.proto.LightningApi.PsbtShimOrBuilder
-
If a channel should be part of a batch (multiple channel openings in one
transaction), it can be dangerous if the whole batch transaction is
published too early before all channel opening negotiations are completed.
- getNoPublish() - Method in class org.lightningj.lnd.wrapper.message.PsbtShim
-
Getter for noPublish.
- getNormalizedValue() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
The value normalized to [0,1] or [-1,1].
- getNormalizedValue() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
The value normalized to [0,1] or [-1,1].
- getNormalizedValue() - Method in interface org.lightningj.lnd.proto.LightningApi.FloatMetricOrBuilder
-
The value normalized to [0,1] or [-1,1].
- getNormalizedValue() - Method in class org.lightningj.lnd.wrapper.message.FloatMetric
-
Getter for normalizedValue.
- getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of active channels
- getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Number of active channels
- getNumActiveChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Number of active channels
- getNumActiveChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for numActiveChannels.
- getNumBackups() - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Getter for numBackups.
- getNumBackups() - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Getter for numBackups.
- getNumBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of backups made to all active and exhausted watchtower
sessions.
- getNumBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
The total number of backups made to all active and exhausted watchtower
sessions.
- getNumBackups() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponseOrBuilder
-
The total number of backups made to all active and exhausted watchtower
sessions.
- getNumBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The total number of successful backups that have been made to the
watchtower session.
- getNumBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
The total number of successful backups that have been made to the
watchtower session.
- getNumBackups() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionOrBuilder
-
The total number of successful backups that have been made to the
watchtower session.
- getNumber() - Method in enum org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.EventCase
-
- getNumber() - Method in enum org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.EventCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.ChannelCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.CommitmentType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Failure.FailureCode
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.FundingShim.ShimCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.TriggerCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.HTLCAttempt.HTLCStatus
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Initiator
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.InvoiceHTLCState
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.NodeMetricType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PaymentFailureReason
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PeerEvent.EventType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.AnchorState
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ResolutionOutcome
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ResolutionType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.BackupCase
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ChanStatusAction
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.EventCase
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.EventType
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ResolveHoldForwardAction
-
- getNumber() - Method in enum org.lightningj.lnd.stateservice.proto.Stateservice.WalletState
-
- getNumber() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressType
-
- getNumber() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.FeesCase
-
- getNumber() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.TemplateCase
-
- getNumber() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.SweepsCase
-
- getNumber() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getNumber() - Method in enum org.lightningj.lnd.wtclient.proto.Wtclient.PolicyType
-
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5;
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 num_channels = 5;
- getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 num_channels = 5;
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
The total number of channels for the node.
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
The total number of channels for the node.
- getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
The total number of channels for the node.
- getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for numChannels.
- getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for numChannels.
- getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The number of confirmations
- getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The number of confirmations
- getNumConfirmations() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The number of confirmations
- getNumConfirmations() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for numConfirmations.
- getNumConfs() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- getNumConfs() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- getNumConfs() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- getNumConfs() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for numConfs.
- getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for numConfsLeft.
- getNumFailedBackups() - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Getter for numFailedBackups.
- getNumFailedBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of backups that all active and exhausted watchtower
sessions have failed to acknowledge.
- getNumFailedBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
The total number of backups that all active and exhausted watchtower
sessions have failed to acknowledge.
- getNumFailedBackups() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponseOrBuilder
-
The total number of backups that all active and exhausted watchtower
sessions have failed to acknowledge.
- getNumInactiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of inactive channels
- getNumInactiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Number of inactive channels
- getNumInactiveChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Number of inactive channels
- getNumInactiveChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for numInactiveChannels.
- getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for numMaxEvents.
- getNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The max number of invoices to return in the response to this query.
- getNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
The max number of invoices to return in the response to this query.
- getNumMaxInvoices() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
The max number of invoices to return in the response to this query.
- getNumMaxInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for numMaxInvoices.
- getNumMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_msat = 12;
- getNumMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 num_msat = 12;
- getNumMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 num_msat = 12;
- getNumMsat() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for numMsat.
- getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4;
- getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 num_nodes = 4;
- getNumNodes() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 num_nodes = 4;
- getNumNodes() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for numNodes.
- getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of peers
- getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Number of peers
- getNumPeers() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Number of peers
- getNumPeers() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for numPeers.
- getNumPendingBackups() - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Getter for numPendingBackups.
- getNumPendingBackups() - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Getter for numPendingBackups.
- getNumPendingBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of backups that are pending to be acknowledged by all
active and exhausted watchtower sessions.
- getNumPendingBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
The total number of backups that are pending to be acknowledged by all
active and exhausted watchtower sessions.
- getNumPendingBackups() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponseOrBuilder
-
The total number of backups that are pending to be acknowledged by all
active and exhausted watchtower sessions.
- getNumPendingBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The total number of backups in the session that are currently pending to be
acknowledged by the watchtower.
- getNumPendingBackups() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
The total number of backups in the session that are currently pending to be
acknowledged by the watchtower.
- getNumPendingBackups() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionOrBuilder
-
The total number of backups in the session that are currently pending to be
acknowledged by the watchtower.
- getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of pending channels
- getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Number of pending channels
- getNumPendingChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Number of pending channels
- getNumPendingChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for numPendingChannels.
- getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3;
- getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 num_satoshis = 3;
- getNumSatoshis() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 num_satoshis = 3;
- getNumSatoshis() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for numSatoshis.
- getNumSessions() - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Getter for numSessions.
- getNumSessions() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The number of sessions that have been negotiated with the watchtower.
- getNumSessions() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The number of sessions that have been negotiated with the watchtower.
- getNumSessions() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The number of sessions that have been negotiated with the watchtower.
- getNumSessionsAcquired() - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Getter for numSessionsAcquired.
- getNumSessionsAcquired() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of new sessions made to watchtowers.
- getNumSessionsAcquired() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
The total number of new sessions made to watchtowers.
- getNumSessionsAcquired() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponseOrBuilder
-
The total number of new sessions made to watchtowers.
- getNumSessionsExhausted() - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Getter for numSessionsExhausted.
- getNumSessionsExhausted() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of watchtower sessions that have been exhausted.
- getNumSessionsExhausted() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
The total number of watchtower sessions that have been exhausted.
- getNumSessionsExhausted() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponseOrBuilder
-
The total number of watchtower sessions that have been exhausted.
- getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for numUpdates.
- getNumZombieChans() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
The number of edges marked as zombies.
- getNumZombieChans() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
The number of edges marked as zombies.
- getNumZombieChans() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
The number of edges marked as zombies.
- getNumZombieChans() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for numZombieChans.
- getOnionBlob() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The onion blob for the next hop
- getOnionBlob() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The onion blob for the next hop
- getOnionBlob() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The onion blob for the next hop
- getOnionBlob() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for onionBlob.
- getOnionSha256() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
The sha256 sum of the onion payload.
- getOnionSha256() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
The sha256 sum of the onion payload.
- getOnionSha256() - Method in interface org.lightningj.lnd.proto.LightningApi.FailureOrBuilder
-
The sha256 sum of the onion payload.
- getOnionSha256() - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Getter for onionSha256.
- getOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1;
- getOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.Channel open_channel = 1;
- getOpenChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.Channel open_channel = 1;
- getOpenChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of openChannel.
- getOpenChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1;
- getOpenChannelMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getOpenChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1;
- getOpenChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.Channel open_channel = 1;
- getOpenChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.Channel open_channel = 1;
- getOpenChannelSyncMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getOpenInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Open initiator is the party that initiated opening the channel.
- getOpenInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Open initiator is the party that initiated opening the channel.
- getOpenInitiator() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Open initiator is the party that initiated opening the channel.
- getOpenInitiator() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for openInitiator.
- getOpenInitiatorValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Open initiator is the party that initiated opening the channel.
- getOpenInitiatorValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Open initiator is the party that initiated opening the channel.
- getOpenInitiatorValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Open initiator is the party that initiated opening the channel.
- getOps(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOps(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
repeated .lnrpc.Op ops = 3;
- getOps(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
repeated .lnrpc.Op ops = 3;
- getOps() - Method in class org.lightningj.lnd.wrapper.message.MacaroonId
-
Getter for a list of ops.
- getOpsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOpsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOpsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOpsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
repeated .lnrpc.Op ops = 3;
- getOpsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
repeated .lnrpc.Op ops = 3;
- getOpsList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOpsList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
repeated .lnrpc.Op ops = 3;
- getOpsList() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
repeated .lnrpc.Op ops = 3;
- getOpsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOpsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
repeated .lnrpc.Op ops = 3;
- getOpsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
repeated .lnrpc.Op ops = 3;
- getOpsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- getOpsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
repeated .lnrpc.Op ops = 3;
- getOpsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
repeated .lnrpc.Op ops = 3;
- getOutcome() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outcome of our on chain action that resolved the outpoint.
- getOutcome() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The outcome of our on chain action that resolved the outpoint.
- getOutcome() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The outcome of our on chain action that resolved the outpoint.
- getOutcome() - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Getter for outcome.
- getOutcomeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outcome of our on chain action that resolved the outpoint.
- getOutcomeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The outcome of our on chain action that resolved the outpoint.
- getOutcomeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The outcome of our on chain action that resolved the outpoint.
- getOutgoingAmountMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The outgoing htlc amount.
- getOutgoingAmountMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The outgoing htlc amount.
- getOutgoingAmountMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The outgoing htlc amount.
- getOutgoingAmountMsat() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for outgoingAmountMsat.
- getOutgoingAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The amount of the outgoing htlc.
- getOutgoingAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
The amount of the outgoing htlc.
- getOutgoingAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfoOrBuilder
-
The amount of the outgoing htlc.
- getOutgoingAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Getter for outgoingAmtMsat.
- getOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Deprecated.
- getOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Deprecated.
- getOutgoingChanId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Deprecated.
- getOutgoingChanId() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for outgoingChanId.
- getOutgoingChanId() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for outgoingChanId.
- getOutgoingChanId() - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Getter for outgoingChanId.
- getOutgoingChanId() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for outgoingChanId.
- getOutgoingChanIds(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIds(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIds(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIds() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for a list of outgoingChanIds.
- getOutgoingChanIdsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIdsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIdsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIdsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIdsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChanIdsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The channel ids of the channels are allowed for the first hop.
- getOutgoingChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The short channel id that the outgoing htlc left our node on.
- getOutgoingChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
The short channel id that the outgoing htlc left our node on.
- getOutgoingChannelId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
The short channel id that the outgoing htlc left our node on.
- getOutgoingChannelId() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for outgoingChannelId.
- getOutgoingExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The outgoing htlc expiry.
- getOutgoingExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The outgoing htlc expiry.
- getOutgoingExpiry() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The outgoing htlc expiry.
- getOutgoingExpiry() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for outgoingExpiry.
- getOutgoingHtlcId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
Outgoing id is the index of the outgoing htlc in the outgoing channel.
- getOutgoingHtlcId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
Outgoing id is the index of the outgoing htlc in the outgoing channel.
- getOutgoingHtlcId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
Outgoing id is the index of the outgoing htlc in the outgoing channel.
- getOutgoingHtlcId() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for outgoingHtlcId.
- getOutgoingRequestedChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The requested outgoing channel id for this forwarded htlc.
- getOutgoingRequestedChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The requested outgoing channel id for this forwarded htlc.
- getOutgoingRequestedChanId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The requested outgoing channel id for this forwarded htlc.
- getOutgoingRequestedChanId() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for outgoingRequestedChanId.
- getOutgoingTimelock() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The timelock on the outgoing htlc.
- getOutgoingTimelock() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
The timelock on the outgoing htlc.
- getOutgoingTimelock() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfoOrBuilder
-
The timelock on the outgoing htlc.
- getOutgoingTimelock() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Getter for outgoingTimelock.
- getOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- getOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The outpoint for which we should request a spend notification for.
- getOutpoint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The outpoint for which we should request a spend notification for.
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The final output to be swept back to the user's wallet
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The final output to be swept back to the user's wallet
- getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The final output to be swept back to the user's wallet
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outpoint that was spent by the resolution.
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The outpoint that was spent by the resolution.
- getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The outpoint that was spent by the resolution.
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The outpoint in format txid:n
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The outpoint in format txid:n
- getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The outpoint in format txid:n
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The input we're attempting to bump the fee of.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The input we're attempting to bump the fee of.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The identifying outpoint of the output being leased.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
The identifying outpoint of the output being leased.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequestOrBuilder
-
The identifying outpoint of the output being leased.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The outpoint of the output we're attempting to sweep.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The outpoint of the output we're attempting to sweep.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The identifying outpoint of the output being released.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
The identifying outpoint of the output being released.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequestOrBuilder
-
The identifying outpoint of the output being released.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The identifying outpoint of the output being leased.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
The identifying outpoint of the output being leased.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLeaseOrBuilder
-
The identifying outpoint of the output being leased.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputRequest
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ReleaseOutputRequest
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.UtxoLease
-
Getter for a list of outpoint.
- getOutpointBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- getOutpointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outpoint that was spent by the resolution.
- getOutpointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The outpoint in format txid:n
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The identifying outpoint of the output being leased.
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The identifying outpoint of the output being released.
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The identifying outpoint of the output being leased.
- getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The final output to be swept back to the user's wallet
- getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The final output to be swept back to the user's wallet
- getOutpointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The final output to be swept back to the user's wallet
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The outpoint for which we should request a spend notification for.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The outpoint for which we should request a spend notification for.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outpoint that was spent by the resolution.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The outpoint that was spent by the resolution.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The outpoint that was spent by the resolution.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The outpoint in format txid:n
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The outpoint in format txid:n
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The outpoint in format txid:n
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The input we're attempting to bump the fee of.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The input we're attempting to bump the fee of.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The identifying outpoint of the output being leased.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
The identifying outpoint of the output being leased.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequestOrBuilder
-
The identifying outpoint of the output being leased.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The outpoint of the output we're attempting to sweep.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The outpoint of the output we're attempting to sweep.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The identifying outpoint of the output being released.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
The identifying outpoint of the output being released.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequestOrBuilder
-
The identifying outpoint of the output being released.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The identifying outpoint of the output being leased.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
The identifying outpoint of the output being leased.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLeaseOrBuilder
-
The identifying outpoint of the output being leased.
- getOutput() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- getOutput() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A description of the output being spent.
- getOutput() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A description of the output being spent.
- getOutput() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for a list of output.
- getOutputBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
The index of the output of the funding transaction
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
The index of the output of the funding transaction
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
The index of the output of the funding transaction
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
The index of the output on the transaction.
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
The index of the output on the transaction.
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
The index of the output on the transaction.
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2;
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
uint32 output_index = 2;
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
-
uint32 output_index = 2;
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for outputIndex.
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Getter for outputIndex.
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Getter for outputIndex.
- getOutputOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- getOutputOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A description of the output being spent.
- getOutputOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A description of the output being spent.
- getOutputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputs(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
Deprecated.
- getOutputs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
Deprecated.
- getOutputs() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
Deprecated.
- getOutputs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for a list of outputs.
- getOutputsAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate
-
Returns outputs as a detached map.
- getOutputsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- getOutputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getOutputsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsEntries() - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate
-
Gets the map entries as a wrapped list, used for XML conversion.
- getOutputsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsMap() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsMap() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsMap() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrDefault(String, long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsOrDefault(String, long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsOrDefault(String, long) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsOrThrow(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsOrThrow(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOutputsOrThrow(String) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplateOrBuilder
-
A map of all addresses and the amounts to send to in the funded PSBT.
- getOverwrite() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
Whether to overwrite the existing label, if it is present.
- getOverwrite() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
Whether to overwrite the existing label, if it is present.
- getOverwrite() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequestOrBuilder
-
Whether to overwrite the existing label, if it is present.
- getOverwrite() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LabelTransactionRequest
-
Getter for overwrite.
- getPairs(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairs(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
Node pair-level mission control state.
- getPairs(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
Node pair-level mission control state.
- getPairs(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairs(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
Node pair-level mission control state to be imported.
- getPairs(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequestOrBuilder
-
Node pair-level mission control state to be imported.
- getPairs() - Method in class org.lightningj.lnd.wrapper.router.message.QueryMissionControlResponse
-
Getter for a list of pairs.
- getPairs() - Method in class org.lightningj.lnd.wrapper.router.message.XImportMissionControlRequest
-
Getter for a list of pairs.
- getPairsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairsBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairsBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
Node pair-level mission control state.
- getPairsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
Node pair-level mission control state.
- getPairsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
Node pair-level mission control state to be imported.
- getPairsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequestOrBuilder
-
Node pair-level mission control state to be imported.
- getPairsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
Node pair-level mission control state.
- getPairsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
Node pair-level mission control state.
- getPairsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
Node pair-level mission control state to be imported.
- getPairsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequestOrBuilder
-
Node pair-level mission control state to be imported.
- getPairsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
Node pair-level mission control state.
- getPairsOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
Node pair-level mission control state.
- getPairsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
Node pair-level mission control state to be imported.
- getPairsOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequestOrBuilder
-
Node pair-level mission control state to be imported.
- getPairsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- getPairsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
Node pair-level mission control state.
- getPairsOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
Node pair-level mission control state.
- getPairsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- getPairsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
Node pair-level mission control state to be imported.
- getPairsOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequestOrBuilder
-
Node pair-level mission control state to be imported.
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Amount
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
- getParserForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest
-
- getParserForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- getParserForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest
-
- getParserForType() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- getParserForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- getParserForType() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse
-
- getParserForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- getParserForType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The payment address of the generated invoice.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
The payment address of the generated invoice.
- getPaymentAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
The payment address of the generated invoice.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The payment address of this invoice.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The payment address of this invoice.
- getPaymentAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The payment address of this invoice.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
A unique, random identifier used to authenticate the sender as the intended
payer of a multi-path payment.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
A unique, random identifier used to authenticate the sender as the intended
payer of a multi-path payment.
- getPaymentAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.MPPRecordOrBuilder
-
A unique, random identifier used to authenticate the sender as the intended
payer of a multi-path payment.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
bytes payment_addr = 11;
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
bytes payment_addr = 11;
- getPaymentAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
bytes payment_addr = 11;
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The payment address of the generated invoice.
- getPaymentAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The payment address of the generated invoice.
- getPaymentAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The payment address of the generated invoice.
- getPaymentAddr() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
An optional payment addr to be included within the last hop of the route.
- getPaymentAddr() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
An optional payment addr to be included within the last hop of the route.
- getPaymentAddr() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequestOrBuilder
-
An optional payment addr to be included within the last hop of the route.
- getPaymentAddr() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional payment addr to be included within the last hop of the route.
- getPaymentAddr() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An optional payment addr to be included within the last hop of the route.
- getPaymentAddr() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional payment addr to be included within the last hop of the route.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for paymentAddr.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for paymentAddr.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.message.MPPRecord
-
Getter for paymentAddr.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for paymentAddr.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentAddr.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Getter for paymentAddr.
- getPaymentAddr() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for paymentAddr.
- getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1;
- getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
string payment_error = 1;
- getPaymentError() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
string payment_error = 1;
- getPaymentError() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for paymentError.
- getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1;
- getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
string payment_error = 1;
- getPaymentErrorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
string payment_error = 1;
- getPaymentHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
Hash corresponding to the (hold) invoice to cancel.
- getPaymentHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
Hash corresponding to the (hold) invoice to cancel.
- getPaymentHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsgOrBuilder
-
Hash corresponding to the (hold) invoice to cancel.
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment hash
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The payment hash
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The payment hash
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2;
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string payment_hash = 2;
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string payment_hash = 2;
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The hash to use within the payment's HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The hash to use within the payment's HTLC.
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The hash to use within the payment's HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_hash = 4;
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
bytes payment_hash = 4;
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
bytes payment_hash = 4;
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
The payment hash to use for the HTLC.
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The htlc payment hash.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
The htlc payment hash.
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequestOrBuilder
-
The htlc payment hash.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The hash to use within the payment's HTLC
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
The payment hash to use for the HTLC.
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequestOrBuilder
-
The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
The hash of the payment to look up.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
The hash of the payment to look up.
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequestOrBuilder
-
The hash of the payment to look up.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.TrackPaymentRequest
-
Getter for paymentHash.
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment hash
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The payment hash
- getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The payment hash
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2;
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string payment_hash = 2;
- getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string payment_hash = 2;
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Deprecated.
- getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Deprecated.
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Deprecated.
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
Deprecated.
- getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
Deprecated.
- getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentHashString.
- getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Getter for paymentHashString.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
Deprecated.
- getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
Deprecated.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Deprecated.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
Deprecated.
- getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
Deprecated.
- getPaymentIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The creation index of this payment.
- getPaymentIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The creation index of this payment.
- getPaymentIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The creation index of this payment.
- getPaymentIndex() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for paymentIndex.
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment preimage
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The payment preimage
- getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The payment preimage
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2;
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
bytes payment_preimage = 2;
- getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
bytes payment_preimage = 2;
- getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for paymentPreimage.
- getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for paymentPreimage.
- getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment preimage
- getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The payment preimage
- getPaymentPreimageBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The payment preimage
- getPaymentRequest() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRespOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The optional payment request being fulfilled.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The optional payment request being fulfilled.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The optional payment request being fulfilled.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
-
Getter for paymentRequest.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for paymentRequest.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for paymentRequest.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for paymentRequest.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentRequest.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for paymentRequest.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRespOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The optional payment request being fulfilled.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The optional payment request being fulfilled.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The optional payment request being fulfilled.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3;
- getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
.lnrpc.Route payment_route = 3;
- getPaymentRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
.lnrpc.Route payment_route = 3;
- getPaymentRoute() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for a list of paymentRoute.
- getPaymentRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3;
- getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3;
- getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
.lnrpc.Route payment_route = 3;
- getPaymentRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
.lnrpc.Route payment_route = 3;
- getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The list of payments
- getPayments(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The list of payments
- getPayments() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Getter for a list of payments.
- getPaymentsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPaymentsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The list of payments
- getPaymentsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The list of payments
- getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The list of payments
- getPaymentsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The list of payments
- getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The list of payments
- getPaymentsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The list of payments
- getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
The list of payments
- getPaymentsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
The list of payments
- getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
The payment request string to be decoded
- getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
The payment request string to be decoded
- getPayReq() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
-
The payment request string to be decoded
- getPayReq() - Method in class org.lightningj.lnd.wrapper.message.PayReqString
-
Getter for payReq.
- getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
The payment request string to be decoded
- getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
The payment request string to be decoded
- getPayReqBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
-
The payment request string to be decoded
- getPeer() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
Filters the response for channels with a target peer's pubkey.
- getPeer() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
Filters the response for channels with a target peer's pubkey.
- getPeer() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
Filters the response for channels with a target peer's pubkey.
- getPeer() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for peer.
- getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
The list of currently connected peers
- getPeers(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
The list of currently connected peers
- getPeers() - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
-
Getter for a list of peers.
- getPeersBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeersBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
The list of currently connected peers
- getPeersCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
The list of currently connected peers
- getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
The list of currently connected peers
- getPeersList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
The list of currently connected peers
- getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
The list of currently connected peers
- getPeersOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
The list of currently connected peers
- getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
The list of currently connected peers
- getPeersOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
The list of currently connected peers
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The pending channel id.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The pending channel id.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The pending channel id.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The pending channel id to which this response applies.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The pending channel id to which this response applies.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The pending channel id to which this response applies.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
If non-zero, then this will be used as the pending channel ID on the wire
protocol to initate the funding request.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
If non-zero, then this will be used as the pending channel ID on the wire
protocol to initate the funding request.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
If non-zero, then this will be used as the pending channel ID on the wire
protocol to initate the funding request.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
The pending channel ID of the channel to get the PSBT for.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
The pending channel ID of the channel to get the PSBT for.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalizeOrBuilder
-
The pending channel ID of the channel to get the PSBT for.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
The pending channel ID of the channel to get the PSBT for.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
The pending channel ID of the channel to get the PSBT for.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingPsbtVerifyOrBuilder
-
The pending channel ID of the channel to get the PSBT for.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
The pending channel ID of the channel to cancel the funding shim for.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
The pending channel ID of the channel to cancel the funding shim for.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingShimCancelOrBuilder
-
The pending channel ID of the channel to cancel the funding shim for.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
The pending channel ID of the created channel.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
The pending channel ID of the created channel.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
The pending channel ID of the created channel.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
A unique identifier of 32 random bytes that will be used as the pending
channel ID to identify the PSBT state machine when interacting with it and
on the wire protocol to initiate the funding request.
- getPendingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
A unique identifier of 32 random bytes that will be used as the pending
channel ID to identify the PSBT state machine when interacting with it and
on the wire protocol to initiate the funding request.
- getPendingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.PsbtShimOrBuilder
-
A unique identifier of 32 random bytes that will be used as the pending
channel ID to identify the PSBT state machine when interacting with it and
on the wire protocol to initiate the funding request.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtFinalize
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtVerify
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.FundingShimCancel
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for pendingChanId.
- getPendingChanId() - Method in class org.lightningj.lnd.wrapper.message.PsbtShim
-
Getter for pendingChanId.
- getPendingChannelsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Deprecated.
- getPendingClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Deprecated.
- getPendingClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pendingClosingChannels.
- getPendingClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Deprecated.
- getPendingClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Deprecated.
- getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Deprecated.
- getPendingClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Deprecated.
- getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Deprecated.
- getPendingClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Deprecated.
- getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Deprecated.
- getPendingClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Deprecated.
- getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending force closing
- getPendingForceClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending force closing
- getPendingForceClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pendingForceClosingChannels.
- getPendingForceClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending force closing
- getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending force closing
- getPendingForceClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending force closing
- getPendingFundingShimOnly() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
bool pending_funding_shim_only = 2;
- getPendingFundingShimOnly() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
bool pending_funding_shim_only = 2;
- getPendingFundingShimOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.AbandonChannelRequestOrBuilder
-
bool pending_funding_shim_only = 2;
- getPendingFundingShimOnly() - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Getter for pendingFundingShimOnly.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for a list of pendingHtlcs.
- getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for a list of pendingHtlcs.
- getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, only invoices that are not settled and not canceled will be returned
in the response.
- getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
If set, only invoices that are not settled and not canceled will be returned
in the response.
- getPendingOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
If set, only invoices that are not settled and not canceled will be returned
in the response.
- getPendingOnly() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for pendingOnly.
- getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Deprecated.
- getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Deprecated.
- getPendingOpenBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Deprecated.
- getPendingOpenBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for pendingOpenBalance.
- getPendingOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of pendingOpenChannel.
- getPendingOpenChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending opening
- getPendingOpenChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending opening
- getPendingOpenChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pendingOpenChannels.
- getPendingOpenChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending opening
- getPendingOpenChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending opening
- getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending opening
- getPendingOpenChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels pending opening
- getPendingOpenLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending local balances.
- getPendingOpenLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels pending local balances.
- getPendingOpenLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels pending local balances.
- getPendingOpenLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for a list of pendingOpenLocalBalance.
- getPendingOpenLocalBalanceBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending local balances.
- getPendingOpenLocalBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending local balances.
- getPendingOpenLocalBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels pending local balances.
- getPendingOpenLocalBalanceOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels pending local balances.
- getPendingOpenRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending remote balances.
- getPendingOpenRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels pending remote balances.
- getPendingOpenRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels pending remote balances.
- getPendingOpenRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for a list of pendingOpenRemoteBalance.
- getPendingOpenRemoteBalanceBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending remote balances.
- getPendingOpenRemoteBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending remote balances.
- getPendingOpenRemoteBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels pending remote balances.
- getPendingOpenRemoteBalanceOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels pending remote balances.
- getPendingSweeps(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweeps(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweeps(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweeps() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweepsResponse
-
Getter for a list of pendingSweeps.
- getPendingSweepsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getPendingSweepsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
The fee limit expressed as a percentage of the payment amount.
- getPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
The fee limit expressed as a percentage of the payment amount.
- getPercent() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
The fee limit expressed as a percentage of the payment amount.
- getPercent() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Getter for percent.
- getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for perm.
- getPermissions(int) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissions(int) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
The list of permissions the new macaroon should grant.
- getPermissions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequestOrBuilder
-
The list of permissions the new macaroon should grant.
- getPermissions(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissions(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
A list of macaroon permissions.
- getPermissions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionListOrBuilder
-
A list of macaroon permissions.
- getPermissions() - Method in class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
-
Getter for a list of permissions.
- getPermissions() - Method in class org.lightningj.lnd.wrapper.message.MacaroonPermissionList
-
Getter for a list of permissions.
- getPermissionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
The list of permissions the new macaroon should grant.
- getPermissionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequestOrBuilder
-
The list of permissions the new macaroon should grant.
- getPermissionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
A list of macaroon permissions.
- getPermissionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionListOrBuilder
-
A list of macaroon permissions.
- getPermissionsList() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissionsList() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
The list of permissions the new macaroon should grant.
- getPermissionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequestOrBuilder
-
The list of permissions the new macaroon should grant.
- getPermissionsList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissionsList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
A list of macaroon permissions.
- getPermissionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionListOrBuilder
-
A list of macaroon permissions.
- getPermissionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
The list of permissions the new macaroon should grant.
- getPermissionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequestOrBuilder
-
The list of permissions the new macaroon should grant.
- getPermissionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
A list of macaroon permissions.
- getPermissionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionListOrBuilder
-
A list of macaroon permissions.
- getPermissionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- getPermissionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
The list of permissions the new macaroon should grant.
- getPermissionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequestOrBuilder
-
The list of permissions the new macaroon should grant.
- getPermissionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- getPermissionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
A list of macaroon permissions.
- getPermissionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonPermissionListOrBuilder
-
A list of macaroon permissions.
- getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Ping time to this peer
- getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Ping time to this peer
- getPingTime() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Ping time to this peer
- getPingTime() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for pingTime.
- getPkScript() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The pkscript in hex
- getPkScript() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The pkscript in hex
- getPkScript() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The pkscript in hex
- getPkScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
The script of the output being spent.
- getPkScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
The script of the output being spent.
- getPkScript() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.TxOutOrBuilder
-
The script of the output being spent.
- getPkScript() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for pkScript.
- getPkScript() - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Getter for pkScript.
- getPkScriptBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The pkscript in hex
- getPkScriptBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
The pkscript in hex
- getPkScriptBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
The pkscript in hex
- getPolicyMethod() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getPolicyType() - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyRequest
-
Getter for policyType.
- getPolicyType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
The client type from which to retrieve the active offering policy.
- getPolicyType() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
The client type from which to retrieve the active offering policy.
- getPolicyType() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequestOrBuilder
-
The client type from which to retrieve the active offering policy.
- getPolicyTypeValue() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
The client type from which to retrieve the active offering policy.
- getPolicyTypeValue() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
The client type from which to retrieve the active offering policy.
- getPolicyTypeValue() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequestOrBuilder
-
The client type from which to retrieve the active offering policy.
- getPreimage() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
Externally discovered pre-image that should be used to settle the hold
invoice.
- getPreimage() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
Externally discovered pre-image that should be used to settle the hold
invoice.
- getPreimage() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsgOrBuilder
-
Externally discovered pre-image that should be used to settle the hold
invoice.
- getPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
The preimage used to settle this AMP htlc.
- getPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
The preimage used to settle this AMP htlc.
- getPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPOrBuilder
-
The preimage used to settle this AMP htlc.
- getPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The preimage that was used to settle the HTLC.
- getPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The preimage that was used to settle the HTLC.
- getPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The preimage that was used to settle the HTLC.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The preimage in case the resolve action is Settle.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
The preimage in case the resolve action is Settle.
- getPreimage() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponseOrBuilder
-
The preimage in case the resolve action is Settle.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The pre-image of the payment when state is SUCCEEDED.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The pre-image of the payment when state is SUCCEEDED.
- getPreimage() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The pre-image of the payment when state is SUCCEEDED.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The preimage obtained by making the payment.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
The preimage obtained by making the payment.
- getPreimage() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponseOrBuilder
-
The preimage obtained by making the payment.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptResponse
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Getter for preimage.
- getPrettyPrintMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getPrivate() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Whether this channel is advertised to the network or not.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Whether this channel is advertised to the network or not.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Whether this channel is advertised to the network or not.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Whether this channel should be private, not announced to the greater
network.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Whether this channel should be private, not announced to the greater
network.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Whether this channel should be private, not announced to the greater
network.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for private.
- getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool private_only = 4;
- getPrivateOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool private_only = 4;
- getPrivateOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for privateOnly.
- getProbability() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The success probability for the requested pair.
- getProbability() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
The success probability for the requested pair.
- getProbability() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponseOrBuilder
-
The success probability for the requested pair.
- getProbability() - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityResponse
-
Getter for probability.
- getProgress() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
The recovery progress, ranging from 0 to 1.
- getProgress() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
The recovery progress, ranging from 0 to 1.
- getProgress() - Method in interface org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponseOrBuilder
-
The recovery progress, ranging from 0 to 1.
- getProgress() - Method in class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Getter for progress.
- getPsbt() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
A raw PSBT that contains the pending channel output.
- getPsbt() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
A raw PSBT that contains the pending channel output.
- getPsbt() - Method in interface org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFundingOrBuilder
-
A raw PSBT that contains the pending channel output.
- getPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use an existing PSBT packet as the template for the funded PSBT.
- getPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
Use an existing PSBT packet as the template for the funded PSBT.
- getPsbt() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
Use an existing PSBT packet as the template for the funded PSBT.
- getPsbt() - Method in class org.lightningj.lnd.wrapper.message.ReadyForPsbtFunding
-
Getter for psbt.
- getPsbt() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for psbt.
- getPsbtFinalize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFinalize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFinalize() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFinalize() - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Getter for a list of psbtFinalize.
- getPsbtFinalizeBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFinalizeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFinalizeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFinalizeOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtFund() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtFund() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtFund() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtFund() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of psbtFund.
- getPsbtFundBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtFundOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtFundOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtFundOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- getPsbtShim() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtShim() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtShim() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingShimOrBuilder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtShim() - Method in class org.lightningj.lnd.wrapper.message.FundingShim
-
Getter for a list of psbtShim.
- getPsbtShimBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtShimOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtShimOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtShimOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingShimOrBuilder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- getPsbtVerify() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtVerify() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtVerify() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtVerify() - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Getter for a list of psbtVerify.
- getPsbtVerifyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtVerifyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtVerifyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPsbtVerifyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
The pubkey of the node to disconnect from
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
The pubkey of the node to disconnect from
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
-
The pubkey of the node to disconnect from
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional public key of the hop.
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional public key of the hop.
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The identity pubkey of the Lightning node
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
The identity pubkey of the Lightning node
- getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
The identity pubkey of the Lightning node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2;
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string pub_key = 2;
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string pub_key = 2;
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
The identity pubkey of the peer.
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
The identity pubkey of the peer.
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerEventOrBuilder
-
The identity pubkey of the peer.
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The 33-byte hex-encoded public key for the payment destination
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The 33-byte hex-encoded public key for the payment destination
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The 33-byte hex-encoded public key for the payment destination
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
The pubkey recovered from the signature
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
The pubkey recovered from the signature
- getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
The pubkey recovered from the signature
- getPubkey() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
The public key the signature has to be valid for.
- getPubkey() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
The public key the signature has to be valid for.
- getPubkey() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReqOrBuilder
-
The public key the signature has to be valid for.
- getPubkey() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The public key of the watchtower.
- getPubkey() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The public key of the watchtower.
- getPubkey() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The public key of the watchtower.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for pubKey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Getter for pubkey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.PeerEvent
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for pubKey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageReq
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.wtclient.message.RemoveTowerRequest
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
The identifying public key of the watchtower to add.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
The identifying public key of the watchtower to add.
- getPubkey() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequestOrBuilder
-
The identifying public key of the watchtower to add.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
The identifying public key of the watchtower to retrieve information for.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
The identifying public key of the watchtower to retrieve information for.
- getPubkey() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequestOrBuilder
-
The identifying public key of the watchtower to retrieve information for.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
The identifying public key of the watchtower to remove.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
The identifying public key of the watchtower to remove.
- getPubkey() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequestOrBuilder
-
The identifying public key of the watchtower to remove.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The identifying public key of the watchtower.
- getPubkey() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The identifying public key of the watchtower.
- getPubkey() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The identifying public key of the watchtower.
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
-
The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional public key of the hop.
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional public key of the hop.
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The identity pubkey of the Lightning node
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
The identity pubkey of the Lightning node
- getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
The identity pubkey of the Lightning node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2;
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string pub_key = 2;
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string pub_key = 2;
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
The identity pubkey of the peer.
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
The identity pubkey of the peer.
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerEventOrBuilder
-
The identity pubkey of the peer.
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The 33-byte hex-encoded public key for the payment destination
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The 33-byte hex-encoded public key for the payment destination
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The 33-byte hex-encoded public key for the payment destination
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
The pubkey recovered from the signature
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
The pubkey recovered from the signature
- getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
The pubkey recovered from the signature
- getPubkeys(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1;
- getPubkeys(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1;
- getPubkeys(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1;
- getPubkeys() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Getter for a list of pubkeys.
- getPubkeysBytes(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1;
- getPubkeysBytes(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1;
- getPubkeysBytes(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1;
- getPubkeysCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1;
- getPubkeysCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1;
- getPubkeysCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1;
- getPubkeysList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1;
- getPubkeysList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1;
- getPubkeysList() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1;
- getPublicKey() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
A compressed public key represented as raw bytes.
- getPublicKey() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
A compressed public key represented as raw bytes.
- getPublicKey() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequestOrBuilder
-
A compressed public key represented as raw bytes.
- getPublicKey() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportPublicKeyRequest
-
Getter for publicKey.
- getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool public_only = 3;
- getPublicOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool public_only = 3;
- getPublicOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for publicOnly.
- getPublishError() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishError() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishError() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponseOrBuilder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishError() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PublishResponse
-
Getter for publishError.
- getPublishErrorBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishErrorBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishErrorBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponseOrBuilder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishTransactionMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getPushAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount that the initiator of the channel optionally pushed to the remote
party on channel open.
- getPushAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The amount that the initiator of the channel optionally pushed to the remote
party on channel open.
- getPushAmountSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The amount that the initiator of the channel optionally pushed to the remote
party on channel open.
- getPushAmountSat() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for pushAmountSat.
- getPushAmt() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The push amount of the proposed channel in millisatoshis.
- getPushAmt() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
The push amount of the proposed channel in millisatoshis.
- getPushAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequestOrBuilder
-
The push amount of the proposed channel in millisatoshis.
- getPushAmt() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Getter for pushAmt.
- getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The number of satoshis to push to the remote side as part of the initial
commitment state
- getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The number of satoshis to push to the remote side as part of the initial
commitment state
- getPushSat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The number of satoshis to push to the remote side as part of the initial
commitment state
- getPushSat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for pushSat.
- getQueryMissionControlMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getQueryProbabilityMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getQueryRoutesMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getQueryScoresMethod() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- getRaw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use the outputs and optional inputs from this raw template.
- getRaw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
Use the outputs and optional inputs from this raw template.
- getRaw() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
Use the outputs and optional inputs from this raw template.
- getRaw() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for a list of raw.
- getRawBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use the outputs and optional inputs from this raw template.
- getRawFinalTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
The fully signed and finalized transaction in the raw wire format.
- getRawFinalTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
The fully signed and finalized transaction in the raw wire format.
- getRawFinalTx() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponseOrBuilder
-
The fully signed and finalized transaction in the raw wire format.
- getRawFinalTx() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtResponse
-
Getter for rawFinalTx.
- getRawKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.KeyDescriptorOrBuilder
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptorOrBuilder
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in class org.lightningj.lnd.wrapper.message.KeyDescriptor
-
Getter for rawKeyBytes.
- getRawKeyBytes() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Getter for rawKeyBytes.
- getRawOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use the outputs and optional inputs from this raw template.
- getRawOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
Use the outputs and optional inputs from this raw template.
- getRawOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
Use the outputs and optional inputs from this raw template.
- getRawSigs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigs(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignRespOrBuilder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigs() - Method in class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Getter for a list of rawSigs.
- getRawSigsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignRespOrBuilder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignRespOrBuilder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSpendingTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The raw bytes of the spending transaction.
- getRawSpendingTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The raw bytes of the spending transaction.
- getRawSpendingTx() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The raw bytes of the spending transaction.
- getRawSpendingTx() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for rawSpendingTx.
- getRawTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The raw bytes of the confirmed transaction.
- getRawTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The raw bytes of the confirmed transaction.
- getRawTx() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The raw bytes of the confirmed transaction.
- getRawTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
The serialized transaction sent out on the network.
- getRawTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
The serialized transaction sent out on the network.
- getRawTx() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponseOrBuilder
-
The serialized transaction sent out on the network.
- getRawTx() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for rawTx.
- getRawTx() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Getter for rawTx.
- getRawTxBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
The raw bytes of the transaction to be signed.
- getRawTxBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
The raw bytes of the transaction to be signed.
- getRawTxBytes() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
The raw bytes of the transaction to be signed.
- getRawTxBytes() - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Getter for rawTxBytes.
- getRawTxHex() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The raw transaction hex.
- getRawTxHex() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The raw transaction hex.
- getRawTxHex() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The raw transaction hex.
- getRawTxHex() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for rawTxHex.
- getRawTxHexBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The raw transaction hex.
- getRawTxHexBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The raw transaction hex.
- getRawTxHexBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The raw transaction hex.
- getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for recoveredBalance.
- getRecoveryFinished() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
Whether the wallet recovery progress is finished
- getRecoveryFinished() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
Whether the wallet recovery progress is finished
- getRecoveryFinished() - Method in interface org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponseOrBuilder
-
Whether the wallet recovery progress is finished
- getRecoveryFinished() - Method in class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Getter for recoveryFinished.
- getRecoveryInfo(LightningApi.GetRecoveryInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getrecoveryinfo`
GetRecoveryInfo returns information concerning the recovery mode including
whether it's in a recovery mode, whether the recovery is finished, and the
progress made so far.
- getRecoveryInfo(LightningApi.GetRecoveryInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getrecoveryinfo`
GetRecoveryInfo returns information concerning the recovery mode including
whether it's in a recovery mode, whether the recovery is finished, and the
progress made so far.
- getRecoveryInfo(LightningApi.GetRecoveryInfoRequest, StreamObserver<LightningApi.GetRecoveryInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getrecoveryinfo`
GetRecoveryInfo returns information concerning the recovery mode including
whether it's in a recovery mode, whether the recovery is finished, and the
progress made so far.
- getRecoveryInfo(LightningApi.GetRecoveryInfoRequest, StreamObserver<LightningApi.GetRecoveryInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getrecoveryinfo`
GetRecoveryInfo returns information concerning the recovery mode including
whether it's in a recovery mode, whether the recovery is finished, and the
progress made so far.
- getRecoveryInfo(StreamObserver<GetRecoveryInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getRecoveryInfo request.
- getRecoveryInfo(GetRecoveryInfoRequest, StreamObserver<GetRecoveryInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getRecoveryInfo request.
- getRecoveryInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getRecoveryInfo request.
- getRecoveryInfo(GetRecoveryInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getRecoveryInfo request.
- GetRecoveryInfoRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetRecoveryInfoRequest.
- GetRecoveryInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetRecoveryInfoRequest
-
Empty Constructor
- GetRecoveryInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetRecoveryInfoRequest
-
Json Parsing Constructor
- GetRecoveryInfoRequest(LightningApi.GetRecoveryInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetRecoveryInfoRequest
-
Constructor using underlying Lightning API Object
- GetRecoveryInfoResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetRecoveryInfoResponse.
- GetRecoveryInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Empty Constructor
- GetRecoveryInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Json Parsing Constructor
- GetRecoveryInfoResponse(LightningApi.GetRecoveryInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Constructor using underlying Lightning API Object
- getRecoveryMode() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
Whether the wallet is in recovery mode
- getRecoveryMode() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
Whether the wallet is in recovery mode
- getRecoveryMode() - Method in interface org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponseOrBuilder
-
Whether the wallet is in recovery mode
- getRecoveryMode() - Method in class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Getter for recoveryMode.
- getRecoveryWindow() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequestOrBuilder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Getter for recoveryWindow.
- getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Getter for recoveryWindow.
- getRegisterBlockEpochNtfnMethod() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- getRegisterConfirmationsNtfnMethod() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- getRegisterSpendNtfnMethod() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- getReleaseOutputMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote balances.
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels remote balances.
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels remote balances.
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5;
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 remote_balance = 5;
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 remote_balance = 5;
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remoteBalance.
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for a list of remoteBalance.
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remoteBalance.
- getRemoteBalanceBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote balances.
- getRemoteBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote balances.
- getRemoteBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels remote balances.
- getRemoteBalanceOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels remote balances.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Deprecated.
- getRemoteChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Deprecated.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis the other node is required to reserve in its
balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The minimum satoshis the other node is required to reserve in its
balance.
- getRemoteChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The minimum satoshis the other node is required to reserve in its
balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remoteChanReserveSat.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remoteChanReserveSat.
- getRemoteCommitFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
The amount in satoshis calculated to be paid in fees for the remote
commitment.
- getRemoteCommitFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
The amount in satoshis calculated to be paid in fees for the remote
commitment.
- getRemoteCommitFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
The amount in satoshis calculated to be paid in fees for the remote
commitment.
- getRemoteCommitFeeSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Getter for remoteCommitFeeSat.
- getRemoteConstraints() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the remote node.
- getRemoteConstraints() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
List constraints for the remote node.
- getRemoteConstraints() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
List constraints for the remote node.
- getRemoteConstraints() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for a list of remoteConstraints.
- getRemoteConstraintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the remote node.
- getRemoteConstraintsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the remote node.
- getRemoteConstraintsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
List constraints for the remote node.
- getRemoteConstraintsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
List constraints for the remote node.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for remoteCsvDelay.
- getRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool remote_force = 3;
- getRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool remote_force = 3;
- getRemoteForce() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool remote_force = 3;
- getRemoteForce() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for remoteForce.
- getRemoteKey() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The key of the remote party to use when creating the multi-sig output.
- getRemoteKey() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
The key of the remote party to use when creating the multi-sig output.
- getRemoteKey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
The key of the remote party to use when creating the multi-sig output.
- getRemoteKey() - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Getter for remoteKey.
- getRemoteMaxHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The maximum number of concurrent HTLCs we will allow the remote party to add
to the commitment transaction.
- getRemoteMaxHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The maximum number of concurrent HTLCs we will allow the remote party to add
to the commitment transaction.
- getRemoteMaxHtlcs() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The maximum number of concurrent HTLCs we will allow the remote party to add
to the commitment transaction.
- getRemoteMaxHtlcs() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for remoteMaxHtlcs.
- getRemoteMaxValueInFlightMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The maximum amount of coins in millisatoshi that can be pending within
the channel.
- getRemoteMaxValueInFlightMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The maximum amount of coins in millisatoshi that can be pending within
the channel.
- getRemoteMaxValueInFlightMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The maximum amount of coins in millisatoshi that can be pending within
the channel.
- getRemoteMaxValueInFlightMsat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for remoteMaxValueInFlightMsat.
- getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1;
- getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string remote_node_pub = 1;
- getRemoteNodePub() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string remote_node_pub = 1;
- getRemoteNodePub() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remoteNodePub.
- getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1;
- getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string remote_node_pub = 1;
- getRemoteNodePubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string remote_node_pub = 1;
- getRemotePendingCommitFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
- getRemotePendingCommitFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
- getRemotePendingCommitFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
- getRemotePendingCommitFeeSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Getter for remotePendingCommitFeeSat.
- getRemotePendingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote pending version of the commitment tx.
- getRemotePendingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
Hash of the remote pending version of the commitment tx.
- getRemotePendingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
Hash of the remote pending version of the commitment tx.
- getRemotePendingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Getter for remotePendingTxid.
- getRemotePendingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote pending version of the commitment tx.
- getRemotePendingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
Hash of the remote pending version of the commitment tx.
- getRemotePendingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
Hash of the remote pending version of the commitment tx.
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Public key of the remote peer that we formerly had a channel with.
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Public key of the remote peer that we formerly had a channel with.
- getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Public key of the remote peer that we formerly had a channel with.
- getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remotePubkey.
- getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for remotePubkey.
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The identity pubkey of the remote node
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The identity pubkey of the remote node
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Public key of the remote peer that we formerly had a channel with.
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Public key of the remote peer that we formerly had a channel with.
- getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Public key of the remote peer that we formerly had a channel with.
- getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The identity pubkey of the remote node
- getRemoteTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote version of the commitment tx.
- getRemoteTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
Hash of the remote version of the commitment tx.
- getRemoteTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
Hash of the remote version of the commitment tx.
- getRemoteTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Getter for remoteTxid.
- getRemoteTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote version of the commitment tx.
- getRemoteTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
Hash of the remote version of the commitment tx.
- getRemoteTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
-
Hash of the remote version of the commitment tx.
- getRemoveTowerMethod() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorg() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorg() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorg() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Getter for a list of reorg.
- getReorg() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Getter for a list of reorg.
- getReorgBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorgOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getRequestedConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The requested confirmation target for this output.
- getRequestedConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The requested confirmation target for this output.
- getRequestedConfTarget() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The requested confirmation target for this output.
- getRequestedConfTarget() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for requestedConfTarget.
- getRequestedSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
Deprecated.
- getRequestedSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
Deprecated.
- getRequestedSatPerByte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
Deprecated.
- getRequestedSatPerByte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for requestedSatPerByte.
- getRequestedSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The requested fee rate, expressed in sat/vbyte, for this output.
- getRequestedSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The requested fee rate, expressed in sat/vbyte, for this output.
- getRequestedSatPerVbyte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The requested fee rate, expressed in sat/vbyte, for this output.
- getRequestedSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for requestedSatPerVbyte.
- getReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The reserve amount in satoshis that we require the remote peer to adhere to.
- getReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The reserve amount in satoshis that we require the remote peer to adhere to.
- getReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The reserve amount in satoshis that we require the remote peer to adhere to.
- getReserveSat() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for reserveSat.
- getResetMissionControlMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getResolutions(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutions(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutions() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for a list of resolutions.
- getResolutionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
repeated .lnrpc.Resolution resolutions = 13;
- getResolutionType() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The type of output we are resolving.
- getResolutionType() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The type of output we are resolving.
- getResolutionType() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The type of output we are resolving.
- getResolutionType() - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Getter for resolutionType.
- getResolutionTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The type of output we are resolving.
- getResolutionTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The type of output we are resolving.
- getResolutionTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The type of output we are resolving.
- getResolveTime() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Time at which this htlc was settled or canceled.
- getResolveTime() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Time at which this htlc was settled or canceled.
- getResolveTime() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Time at which this htlc was settled or canceled.
- getResolveTime() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for resolveTime.
- getResolveTimeNs() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The time in UNIX nanoseconds at which this HTLC was settled or failed.
- getResolveTimeNs() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The time in UNIX nanoseconds at which this HTLC was settled or failed.
- getResolveTimeNs() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The time in UNIX nanoseconds at which this HTLC was settled or failed.
- getResolveTimeNs() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for resolveTimeNs.
- getResourceParameters() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getRestoreChannelBackupsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getResults(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResults(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResults(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResults() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse
-
Getter for a list of results.
- getResultsBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsBuilderList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsList() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsOrBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsOrBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsOrBuilder(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsOrBuilderList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsOrBuilderList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getResultsOrBuilderList() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- getReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If set, the payments returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
If set, the payments returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsRequestOrBuilder
-
If set, the payments returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for reversed.
- getReversed() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Getter for reversed.
- getRHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
Hash corresponding to the (hold) invoice to subscribe to.
- getRHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
Hash corresponding to the (hold) invoice to subscribe to.
- getRHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequestOrBuilder
-
Hash corresponding to the (hold) invoice to subscribe to.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1;
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
bytes r_hash = 1;
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
bytes r_hash = 1;
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hash of the preimage.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The hash of the preimage.
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The hash of the preimage.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The payment hash of the invoice to be looked up.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
The payment hash of the invoice to be looked up.
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
The payment hash of the invoice to be looked up.
- getRHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Getter for rHash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for rHash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for rHash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Getter for rHash.
- getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
Deprecated.
- getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
Deprecated.
- getRHashStr() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
Deprecated.
- getRHashStr() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Getter for rHashStr.
- getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
Deprecated.
- getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
Deprecated.
- getRHashStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
Deprecated.
- getRootKeyId() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The root key ID used to create the macaroon, must be a positive integer.
- getRootKeyId() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
The root key ID used to create the macaroon, must be a positive integer.
- getRootKeyId() - Method in interface org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequestOrBuilder
-
The root key ID used to create the macaroon, must be a positive integer.
- getRootKeyId() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
The root key ID to be removed.
- getRootKeyId() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
The root key ID to be removed.
- getRootKeyId() - Method in interface org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequestOrBuilder
-
The root key ID to be removed.
- getRootKeyId() - Method in class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
-
Getter for rootKeyId.
- getRootKeyId() - Method in class org.lightningj.lnd.wrapper.message.DeleteMacaroonIDRequest
-
Getter for rootKeyId.
- getRootKeyIds(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
The list of root key IDs that are in use.
- getRootKeyIds(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
The list of root key IDs that are in use.
- getRootKeyIds(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponseOrBuilder
-
The list of root key IDs that are in use.
- getRootKeyIds() - Method in class org.lightningj.lnd.wrapper.message.ListMacaroonIDsResponse
-
Getter for a list of rootKeyIds.
- getRootKeyIdsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
The list of root key IDs that are in use.
- getRootKeyIdsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
The list of root key IDs that are in use.
- getRootKeyIdsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponseOrBuilder
-
The list of root key IDs that are in use.
- getRootKeyIdsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
The list of root key IDs that are in use.
- getRootKeyIdsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
The list of root key IDs that are in use.
- getRootKeyIdsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponseOrBuilder
-
The list of root key IDs that are in use.
- getRootShare() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
An n-of-n secret share of the root seed from which child payment hashes
and preimages are derived.
- getRootShare() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
An n-of-n secret share of the root seed from which child payment hashes
and preimages are derived.
- getRootShare() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPOrBuilder
-
An n-of-n secret share of the root seed from which child payment hashes
and preimages are derived.
- getRootShare() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
bytes root_share = 1;
- getRootShare() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
bytes root_share = 1;
- getRootShare() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPRecordOrBuilder
-
bytes root_share = 1;
- getRootShare() - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Getter for rootShare.
- getRootShare() - Method in class org.lightningj.lnd.wrapper.message.AMPRecord
-
Getter for rootShare.
- getRoute() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The route taken by this HTLC.
- getRoute() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The route taken by this HTLC.
- getRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The route taken by this HTLC.
- getRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
Route that should be used to attempt to complete the payment.
- getRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
Fully specified route that can be used to execute the payment.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
Fully specified route that can be used to execute the payment.
- getRoute() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponseOrBuilder
-
Fully specified route that can be used to execute the payment.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
Route that should be used to attempt to complete the payment.
- getRoute() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequestOrBuilder
-
Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for a list of route.
- getRoute() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Getter for a list of route.
- getRoute() - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteResponse
-
Getter for a list of route.
- getRoute() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Getter for a list of route.
- getRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The route taken by this HTLC.
- getRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- getRouteBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
Fully specified route that can be used to execute the payment.
- getRouteBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- getRouteHints(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for a list of routeHints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for a list of routeHints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for a list of routeHints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of routeHints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for a list of routeHints.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10;
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The route taken by this HTLC.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The route taken by this HTLC.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The route taken by this HTLC.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
Fully specified route that can be used to execute the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
Fully specified route that can be used to execute the payment.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponseOrBuilder
-
Fully specified route that can be used to execute the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequestOrBuilder
-
Route that should be used to attempt to complete the payment.
- getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
The route that results from the path finding operation.
- getRoutes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
The route that results from the path finding operation.
- getRoutes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Getter for a list of routes.
- getRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
The route that results from the path finding operation.
- getRoutesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
The route that results from the path finding operation.
- getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
The route that results from the path finding operation.
- getRoutesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
The route that results from the path finding operation.
- getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
The route that results from the path finding operation.
- getRoutesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
The route that results from the path finding operation.
- getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
The route that results from the path finding operation.
- getRoutesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
The route that results from the path finding operation.
- getRoutingFeeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- getRoutingFeeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- getRoutingFeeMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponseOrBuilder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- getRoutingFeeMsat() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Getter for routingFeeMsat.
- getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for a list of routingPolicy.
- getRoutingPolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage.
- getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage.
- getRPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage.
- getRPreimage() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for rPreimage.
- getSat() - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
Value denominated in satoshis.
- getSat() - Method in class org.lightningj.lnd.proto.LightningApi.Amount
-
Value denominated in satoshis.
- getSat() - Method in interface org.lightningj.lnd.proto.LightningApi.AmountOrBuilder
-
Value denominated in satoshis.
- getSat() - Method in class org.lightningj.lnd.wrapper.message.Amount
-
Getter for sat.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
Deprecated.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Deprecated.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
Deprecated.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
Deprecated.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
Deprecated.
- getSatPerByte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
Deprecated.
- getSatPerByte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
Deprecated.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for satPerByte.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- getSatPerKw() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponseOrBuilder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- getSatPerKw() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- getSatPerKw() - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeResponse
-
Getter for satPerKw.
- getSatPerKw() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for satPerKw.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
closure transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
A manual fee rate set in sat/vbyte that should be used when crafting the
closure transaction.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
closure transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
The fee rate in satoshi/vbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
The fee rate in satoshi/vbyte.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeResponseOrBuilder
-
The fee rate in satoshi/vbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
funding transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
A manual fee rate set in sat/vbyte that should be used when crafting the
funding transaction.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
funding transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- getSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
- getSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
- getSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The fee rate, expressed in sat/vbyte, that should be used to spend the
input with.
- getSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
The fee rate, expressed in sat/vbyte, that should be used to spend the
input with.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
The fee rate, expressed in sat/vbyte, that should be used to spend the
input with.
- getSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The fee rate we'll use to sweep the output, expressed in sat/vbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The fee rate we'll use to sweep the output, expressed in sat/vbyte.
- getSatPerVbyte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The fee rate we'll use to sweep the output, expressed in sat/vbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for satPerVbyte.
- getSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for satPerVbyte.
- getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Satoshis received from this peer
- getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Satoshis received from this peer
- getSatRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Satoshis received from this peer
- getSatRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for satRecv.
- getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Satoshis sent to this peer
- getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
Satoshis sent to this peer
- getSatSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
Satoshis sent to this peer
- getSatSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for satSent.
- getSchema() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
Loads related XSD schema into Schema object.
- getSchemaLocations() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getSchemaLocations() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getScopeCase() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
Deprecated.
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
Deprecated.
- getScores() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
Deprecated.
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
Deprecated.
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
Deprecated.
- getScores() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
Deprecated.
- getScoresAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Returns scores as a detached map.
- getScoresAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Returns scores as a detached map.
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getScoresCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2;
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getScoresCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScoresEntries() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Gets the map entries as a wrapped list, used for XML conversion.
- getScoresEntries() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2;
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2;
- getScoresMap() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2;
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- getScoresMap() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2;
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2;
- getScoresOrDefault(String, double) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2;
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- getScoresOrDefault(String, double) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2;
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2;
- getScoresOrThrow(String) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2;
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- getScoresOrThrow(String) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- getScript() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The output script for the outpoint above.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The output script for the outpoint above.
- getScript() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The output script for the outpoint above.
- getScript() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for script.
- getScript() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Getter for script.
- getSeedEntropy() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequestOrBuilder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Getter for seedEntropy.
- getSendAll() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- getSendAll() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- getSendAll() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- getSendAll() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for sendAll.
- getSendCoinsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSendManyMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSendOutputsMethod() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getSendPaymentMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSendPaymentMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getSendPaymentSyncMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSendPaymentV2Method() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getSendToRouteMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSendToRouteMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getSendToRouteSyncMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSendToRouteV2Method() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Amount
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- getSerializedSize() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- getSerializedSize() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.stateservice.proto.StateGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getSessions() - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Getter for a list of sessions.
- getSessions(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessions(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of sessions that have been negotiated with the watchtower.
- getSessions(int) - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsBuilderList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsCount() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsCount() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsCount() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsList() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsOrBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsOrBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsOrBuilder(int) - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsOrBuilderList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsOrBuilderList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
The list of sessions that have been negotiated with the watchtower.
- getSessionsOrBuilderList() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerOrBuilder
-
The list of sessions that have been negotiated with the watchtower.
- getSetId() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
An identifier for the HTLC set that this HTLC belongs to.
- getSetId() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
An identifier for the HTLC set that this HTLC belongs to.
- getSetId() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPOrBuilder
-
An identifier for the HTLC set that this HTLC belongs to.
- getSetId() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
bytes set_id = 2;
- getSetId() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
bytes set_id = 2;
- getSetId() - Method in interface org.lightningj.lnd.proto.LightningApi.AMPRecordOrBuilder
-
bytes set_id = 2;
- getSetId() - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Getter for setId.
- getSetId() - Method in class org.lightningj.lnd.wrapper.message.AMPRecord
-
Getter for setId.
- getSetMissionControlConfigMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getSetScoresMethod() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Deprecated.
- getSettled() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Deprecated.
- getSettled() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settled.
- getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
When this invoice was settled
- getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
When this invoice was settled
- getSettleDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
When this invoice was settled
- getSettleDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settleDate.
- getSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Settled balance at the time of channel closure
- getSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
Settled balance at the time of channel closure
- getSettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
Settled balance at the time of channel closure
- getSettledBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for settledBalance.
- getSettleEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleEvent() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleEvent() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleEvent() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for a list of settleEvent.
- getSettleEventBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleEventOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleEventOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
.routerrpc.SettleEvent settle_event = 9;
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "settle" index of this invoice.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The "settle" index of this invoice.
- getSettleIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The "settle" index of this invoice.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- getSettleIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceSubscriptionOrBuilder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- getSettleIndex() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settleIndex.
- getSettleIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Getter for settleIndex.
- getSettleInvoiceMethod() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- getSharedKey() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
The shared public key, hashed with sha256.
- getSharedKey() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
The shared public key, hashed with sha256.
- getSharedKey() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponseOrBuilder
-
The shared public key, hashed with sha256.
- getSharedKey() - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyResponse
-
Getter for sharedKey.
- getShimCancel() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to cancel an existing registered funding shim.
- getShimCancel() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
Used to cancel an existing registered funding shim.
- getShimCancel() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
Used to cancel an existing registered funding shim.
- getShimCancel() - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Getter for a list of shimCancel.
- getShimCancelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to cancel an existing registered funding shim.
- getShimCancelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to cancel an existing registered funding shim.
- getShimCancelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
Used to cancel an existing registered funding shim.
- getShimCancelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
Used to cancel an existing registered funding shim.
- getShimCase() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- getShimCase() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getShimCase() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingShimOrBuilder
-
- getShimRegister() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
The funding shim to register.
- getShimRegister() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
The funding shim to register.
- getShimRegister() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
The funding shim to register.
- getShimRegister() - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Getter for a list of shimRegister.
- getShimRegisterBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
The funding shim to register.
- getShimRegisterOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
The funding shim to register.
- getShimRegisterOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
The funding shim to register.
- getShimRegisterOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
The funding shim to register.
- getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
bool show = 1;
- getShow() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
bool show = 1;
- getShow() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Getter for show.
- getSighash() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- getSighash() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
The target sighash type that should be used when generating the final
sighash, and signature.
- getSighash() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- getSighash() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for sighash.
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The signature that validates the announced data and proves the ownership
of node id.
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The signature that validates the announced data and proves the ownership
of node id.
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The signature that validates the announced data and proves the ownership
of node id.
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
The signature for the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
The signature for the given message
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
-
The signature for the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
The signature to be verified over the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
The signature to be verified over the given message
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
The signature to be verified over the given message
- getSignature() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
The signature for the given message in the fixed-size LN wire format.
- getSignature() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
The signature for the given message in the fixed-size LN wire format.
- getSignature() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageRespOrBuilder
-
The signature for the given message in the fixed-size LN wire format.
- getSignature() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
The fixed-size LN wire encoded signature to be verified over the given
message.
- getSignature() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
The fixed-size LN wire encoded signature to be verified over the given
message.
- getSignature() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReqOrBuilder
-
The fixed-size LN wire encoded signature to be verified over the given
message.
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.signer.message.SignMessageResp
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageReq
-
Getter for signature.
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
The signature for the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
The signature for the given message
- getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
-
The signature for the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
The signature to be verified over the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
The signature to be verified over the given message
- getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
The signature to be verified over the given message
- getSignDescs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
A set of sign descriptors, for each input to be signed.
- getSignDescs(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
A set of sign descriptors, for each input to be signed.
- getSignDescs() - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Getter for a list of signDescs.
- getSignDescsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
A set of sign descriptors, for each input to be signed.
- getSignDescsCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
A set of sign descriptors, for each input to be signed.
- getSignDescsList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilder(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilderList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
A set of sign descriptors, for each input to be signed.
- getSignedPsbt() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
The funded PSBT that contains all witness data to send the exact channel
capacity amount to the PK script returned in the open channel message in a
previous step.
- getSignedPsbt() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
The funded PSBT that contains all witness data to send the exact channel
capacity amount to the PK script returned in the open channel message in a
previous step.
- getSignedPsbt() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalizeOrBuilder
-
The funded PSBT that contains all witness data to send the exact channel
capacity amount to the PK script returned in the open channel message in a
previous step.
- getSignedPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
The fully signed and finalized transaction in PSBT format.
- getSignedPsbt() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
The fully signed and finalized transaction in PSBT format.
- getSignedPsbt() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponseOrBuilder
-
The fully signed and finalized transaction in PSBT format.
- getSignedPsbt() - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtFinalize
-
Getter for signedPsbt.
- getSignedPsbt() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtResponse
-
Getter for signedPsbt.
- getSignMessageMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSignMessageMethod() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getSignOutputRawMethod() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getSigScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- getSigScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- getSigScript() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- getSigScript() - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Getter for sigScript.
- getSingleChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackups() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackups() - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Getter for a list of singleChanBackups.
- getSingleChanBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackupsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- getSingleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- getSingleTweak() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- getSingleTweak() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for singleTweak.
- getSourcePubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- getSourcePubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The source node where the request route should originated from.
- getSourcePubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The source node where the request route should originated from.
- getSourcePubKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for sourcePubKey.
- getSourcePubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- getSourcePubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The source node where the request route should originated from.
- getSourcePubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The source node where the request route should originated from.
- getSpend() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpend() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpend() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpend() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Getter for a list of spend.
- getSpendBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendingHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The height at which the spending transaction was included in a block.
- getSpendingHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The height at which the spending transaction was included in a block.
- getSpendingHeight() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The height at which the spending transaction was included in a block.
- getSpendingHeight() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for spendingHeight.
- getSpendingInputIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The input of the spending transaction that fulfilled the spend request.
- getSpendingInputIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The input of the spending transaction that fulfilled the spend request.
- getSpendingInputIndex() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The input of the spending transaction that fulfilled the spend request.
- getSpendingInputIndex() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for spendingInputIndex.
- getSpendingOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- getSpendingOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The outpoint was that spent.
- getSpendingOutpoint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The outpoint was that spent.
- getSpendingOutpoint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for a list of spendingOutpoint.
- getSpendingOutpointBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- getSpendingOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- getSpendingOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The outpoint was that spent.
- getSpendingOutpointOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The outpoint was that spent.
- getSpendingTxHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The hash of the spending transaction.
- getSpendingTxHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The hash of the spending transaction.
- getSpendingTxHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The hash of the spending transaction.
- getSpendingTxHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for spendingTxHash.
- getSpendOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the funding
transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
Whether unconfirmed outputs should be used as inputs for the funding
transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
Whether unconfirmed outputs should be used as inputs for the funding
transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Getter for spendUnconfirmed.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for spendUnconfirmed.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for spendUnconfirmed.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for spendUnconfirmed.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for spendUnconfirmed.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for spendUnconfirmed.
- getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for stage.
- getStartHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
The height from which to list transactions, inclusive.
- getStartHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
The height from which to list transactions, inclusive.
- getStartHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.GetTransactionsRequestOrBuilder
-
The height from which to list transactions, inclusive.
- getStartHeight() - Method in class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Getter for startHeight.
- getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
Start time is the starting point of the forwarding history request.
- getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
Start time is the starting point of the forwarding history request.
- getStartTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
Start time is the starting point of the forwarding history request.
- getStartTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for startTime.
- getState() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- getState() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The state the invoice is in.
- getState() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Current state the htlc is in.
- getState() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Current state the htlc is in.
- getState() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Current state the htlc is in.
- getState() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The state the invoice is in.
- getState() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
Current state the payment is in.
- getState() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
Current state the payment is in.
- getState() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
Current state the payment is in.
- getState(Stateservice.GetStateRequest) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateBlockingStub
-
GetState returns the current wallet state without streaming further
changes.
- getState(Stateservice.GetStateRequest) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateFutureStub
-
GetState returns the current wallet state without streaming further
changes.
- getState(Stateservice.GetStateRequest, StreamObserver<Stateservice.GetStateResponse>) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateImplBase
-
GetState returns the current wallet state without streaming further
changes.
- getState(Stateservice.GetStateRequest, StreamObserver<Stateservice.GetStateResponse>) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateStub
-
GetState returns the current wallet state without streaming further
changes.
- getState() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- getState() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
.lnrpc.WalletState state = 1;
- getState() - Method in interface org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponseOrBuilder
-
.lnrpc.WalletState state = 1;
- getState() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- getState() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
.lnrpc.WalletState state = 1;
- getState() - Method in interface org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponseOrBuilder
-
.lnrpc.WalletState state = 1;
- getState() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for state.
- getState() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Getter for state.
- getState() - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Getter for state.
- getState(StreamObserver<GetStateResponse>) - Method in class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
-
Method to generate a getState request.
- getState(GetStateRequest, StreamObserver<GetStateResponse>) - Method in class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
-
Method to send a getState request.
- getState() - Method in class org.lightningj.lnd.wrapper.stateservice.message.GetStateResponse
-
Getter for state.
- getState() - Method in class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateResponse
-
Getter for state.
- getState() - Method in class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Method to generate a getState request.
- getState(GetStateRequest) - Method in class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Method to send a getState request.
- getStatelessInit() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- getStatelessInit() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- getStatelessInit() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequestOrBuilder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- getStatelessInit() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- getStatelessInit() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- getStatelessInit() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- getStatelessInit() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its file system.
- getStatelessInit() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its file system.
- getStatelessInit() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequestOrBuilder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its file system.
- getStatelessInit() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Getter for statelessInit.
- getStatelessInit() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Getter for statelessInit.
- getStatelessInit() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Getter for statelessInit.
- GetStateRequest - Class in org.lightningj.lnd.wrapper.stateservice.message
-
Wrapper class for GetStateRequest.
- GetStateRequest() - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.GetStateRequest
-
Empty Constructor
- GetStateRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.GetStateRequest
-
Json Parsing Constructor
- GetStateRequest(Stateservice.GetStateRequest) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.GetStateRequest
-
Constructor using underlying Lightning API Object
- GetStateResponse - Class in org.lightningj.lnd.wrapper.stateservice.message
-
Wrapper class for GetStateResponse.
- GetStateResponse() - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.GetStateResponse
-
Empty Constructor
- GetStateResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.GetStateResponse
-
Json Parsing Constructor
- GetStateResponse(Stateservice.GetStateResponse) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.GetStateResponse
-
Constructor using underlying Lightning API Object
- getStateValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- getStateValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The state the invoice is in.
- getStateValue() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Current state the htlc is in.
- getStateValue() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
Current state the htlc is in.
- getStateValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceHTLCOrBuilder
-
Current state the htlc is in.
- getStateValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The state the invoice is in.
- getStateValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
Current state the payment is in.
- getStateValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
Current state the payment is in.
- getStateValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
Current state the payment is in.
- getStateValue() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- getStateValue() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
.lnrpc.WalletState state = 1;
- getStateValue() - Method in interface org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponseOrBuilder
-
.lnrpc.WalletState state = 1;
- getStateValue() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- getStateValue() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
.lnrpc.WalletState state = 1;
- getStateValue() - Method in interface org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponseOrBuilder
-
.lnrpc.WalletState state = 1;
- getStaticRemoteKey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- getStaticRemoteKey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
Deprecated.
- getStaticRemoteKey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
Deprecated.
- getStaticRemoteKey() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for staticRemoteKey.
- getStatsMethod() - Static method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- getStatus() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The status of the HTLC.
- getStatus() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The status of the HTLC.
- getStatus() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The status of the HTLC.
- getStatus() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- getStatus() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The status of the payment.
- getStatus() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The status of the payment.
- getStatus() - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Getter for status.
- getStatus() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for status.
- getStatus() - Method in exception org.lightningj.lnd.wrapper.StatusException
-
- getStatusMethod() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- getStatusValue() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The status of the HTLC.
- getStatusValue() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
The status of the HTLC.
- getStatusValue() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCAttemptOrBuilder
-
The status of the HTLC.
- getStatusValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- getStatusValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The status of the payment.
- getStatusValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The status of the payment.
- getStopDaemonMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getStorageId() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
bytes storageId = 2;
- getStorageId() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
bytes storageId = 2;
- getStorageId() - Method in interface org.lightningj.lnd.proto.LightningApi.MacaroonIdOrBuilder
-
bytes storageId = 2;
- getStorageId() - Method in class org.lightningj.lnd.wrapper.message.MacaroonId
-
Getter for storageId.
- getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.chainnotifier.AsynchronousChainNotifierAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.verrpc.AsynchronousVersionerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.verrpc.SynchronousVersionerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.walletunlocker.AsynchronousWalletUnlockerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.walletunlocker.SynchronousWalletUnlockerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
- getSubMessageResults() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getSubscribeChannelBackupsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSubscribeChannelEventsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSubscribeChannelGraphMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSubscribeHtlcEventsMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getSubscribeInvoicesMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSubscribePeerEventsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSubscribeSingleInvoiceMethod() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- getSubscribeStateMethod() - Static method in class org.lightningj.lnd.stateservice.proto.StateGrpc
-
- getSubscribeTransactionsMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1;
- getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
string sub_systems = 1;
- getSubSystems() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
-
string sub_systems = 1;
- getSubSystems() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
-
Getter for subSystems.
- getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1;
- getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
string sub_systems = 1;
- getSubSystemsBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
-
string sub_systems = 1;
- getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2;
- getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
bool success = 2;
- getSuccess() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
-
bool success = 2;
- getSuccess() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Getter for success.
- getSuccessAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Highest amount that we could successfully forward in millisats.
- getSuccessAmtMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
Highest amount that we could successfully forward in millisats.
- getSuccessAmtMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairDataOrBuilder
-
Highest amount that we could successfully forward in millisats.
- getSuccessAmtMsat() - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Getter for successAmtMsat.
- getSuccessAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Highest amount that we could successfully forward rounded to whole sats.
- getSuccessAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
Highest amount that we could successfully forward rounded to whole sats.
- getSuccessAmtSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairDataOrBuilder
-
Highest amount that we could successfully forward rounded to whole sats.
- getSuccessAmtSat() - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Getter for successAmtSat.
- getSuccessProb() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The success probability of the returned route based on the current mission
control state.
- getSuccessProb() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
The success probability of the returned route based on the current mission
control state.
- getSuccessProb() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
The success probability of the returned route based on the current mission
control state.
- getSuccessProb() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Getter for successProb.
- getSuccessTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Time of last success.
- getSuccessTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
Time of last success.
- getSuccessTime() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PairDataOrBuilder
-
Time of last success.
- getSuccessTime() - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Getter for successTime.
- getSupportedVersions() - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
-
Returns a set of supported XML Parser versions.
- getSweepSatPerByte() - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyResponse
-
Getter for sweepSatPerByte.
- getSweepSatPerByte() - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Getter for sweepSatPerByte.
- getSweepSatPerByte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
Deprecated.
- getSweepSatPerByte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
Deprecated.
- getSweepSatPerByte() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponseOrBuilder
-
Deprecated.
- getSweepSatPerByte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
Deprecated.
- getSweepSatPerByte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
Deprecated.
- getSweepSatPerByte() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionOrBuilder
-
Deprecated.
- getSweepSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyResponse
-
Getter for sweepSatPerVbyte.
- getSweepSatPerVbyte() - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Getter for sweepSatPerVbyte.
- getSweepSatPerVbyte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
The fee rate, in satoshis per vbyte, that will be used by watchtowers for
justice transactions in response to channel breaches.
- getSweepSatPerVbyte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
The fee rate, in satoshis per vbyte, that will be used by watchtowers for
justice transactions in response to channel breaches.
- getSweepSatPerVbyte() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponseOrBuilder
-
The fee rate, in satoshis per vbyte, that will be used by watchtowers for
justice transactions in response to channel breaches.
- getSweepSatPerVbyte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The fee rate, in satoshis per vbyte, that will be used by the watchtower for
the justice transaction in the event of a channel breach.
- getSweepSatPerVbyte() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
The fee rate, in satoshis per vbyte, that will be used by the watchtower for
the justice transaction in the event of a channel breach.
- getSweepSatPerVbyte() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionOrBuilder
-
The fee rate, in satoshis per vbyte, that will be used by the watchtower for
the justice transaction in the event of a channel breach.
- getSweepsCase() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- getSweepsCase() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getSweepsCase() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponseOrBuilder
-
- getSweepTxid() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- getSweepTxid() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- getSweepTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- getSweepTxid() - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Getter for sweepTxid.
- getSweepTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- getSweepTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- getSweepTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ResolutionOrBuilder
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for syncedToChain.
- getSyncedToGraph() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Whether we consider ourselves synced with the public channel graph.
- getSyncedToGraph() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Whether we consider ourselves synced with the public channel graph.
- getSyncedToGraph() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Whether we consider ourselves synced with the public channel graph.
- getSyncedToGraph() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for syncedToGraph.
- getSyncType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- getSyncType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The type of sync we are currently performing with this peer.
- getSyncType() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The type of sync we are currently performing with this peer.
- getSyncType() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for syncType.
- getSyncTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- getSyncTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The type of sync we are currently performing with this peer.
- getSyncTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The type of sync we are currently performing with this peer.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The target number of blocks that the closure transaction should be
confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The target number of blocks that the closure transaction should be
confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The target number of blocks that the closure transaction should be
confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The target number of blocks that the funding transaction should be
confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
The target number of blocks that the funding transaction should be
confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
The target number of blocks that the funding transaction should be
confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
The target number of blocks that this transaction should be confirmed
by.
- getTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The target number of blocks that the input should be spent within.
- getTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The target number of blocks that the input should be spent within.
- getTargetConf() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The target number of blocks that the input should be spent within.
- getTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The target number of blocks that the transaction should be confirmed in.
- getTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
The target number of blocks that the transaction should be confirmed in.
- getTargetConf() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
The target number of blocks that the transaction should be confirmed in.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Getter for targetConf.
- getTemplateCase() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- getTemplateCase() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getTemplateCase() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequestOrBuilder
-
- getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Deprecated.
- getTestnet() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Deprecated.
- getTestnet() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for testnet.
- getThawHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
This uint32 indicates if this channel is to be considered 'frozen'.
- getThawHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
This uint32 indicates if this channel is to be considered 'frozen'.
- getThawHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
This uint32 indicates if this channel is to be considered 'frozen'.
- getThawHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
This uint32 indicates if this channel is to be considered 'frozen'.
- getThawHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
This uint32 indicates if this channel is to be considered 'frozen'.
- getThawHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanPointShimOrBuilder
-
This uint32 indicates if this channel is to be considered 'frozen'.
- getThawHeight() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for thawHeight.
- getThawHeight() - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Getter for thawHeight.
- getTimeLockDelay() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
An estimate of the worst case time delay that can occur.
- getTimeLockDelay() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
An estimate of the worst case time delay that can occur.
- getTimeLockDelay() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponseOrBuilder
-
An estimate of the worst case time delay that can occur.
- getTimeLockDelay() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Getter for timeLockDelay.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1;
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint32 time_lock_delta = 1;
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint32 time_lock_delta = 1;
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for timeLockDelta.
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for timeLockDelta.
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for timeLockDelta.
- getTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The sum of all the time-locked outputs at the time of channel closure
- getTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
The sum of all the time-locked outputs at the time of channel closure
- getTimeLockedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
The sum of all the time-locked outputs at the time of channel closure
- getTimeLockedBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for timeLockedBalance.
- getTimeout() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
The connection timeout value (in seconds) for this request.
- getTimeout() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
The connection timeout value (in seconds) for this request.
- getTimeout() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
The connection timeout value (in seconds) for this request.
- getTimeout() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for timeout.
- getTimeoutSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- getTimeoutSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- getTimeoutSeconds() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- getTimeoutSeconds() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for timeoutSeconds.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
A timestamp that allows ordering in the case of multiple announcements.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
A timestamp that allows ordering in the case of multiple announcements.
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelUpdateOrBuilder
-
A timestamp that allows ordering in the case of multiple announcements.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
Deprecated.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
Deprecated.
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
Deprecated.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4;
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 timestamp = 4;
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 timestamp = 4;
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
The unix timestamp in seconds when the error occurred.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
The unix timestamp in seconds when the error occurred.
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.TimestampedErrorOrBuilder
-
The unix timestamp in seconds when the error occurred.
- getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Timestamp of this transaction
- getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
Timestamp of this transaction
- getTimeStamp() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
Timestamp of this transaction
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Getter for timestamp.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for timestamp.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for timestamp.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.TimestampedError
-
Getter for timestamp.
- getTimeStamp() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for timeStamp.
- getTimestampNs() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The number of nanoseconds elapsed since January 1, 1970 UTC when this
circuit was completed.
- getTimestampNs() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
The number of nanoseconds elapsed since January 1, 1970 UTC when this
circuit was completed.
- getTimestampNs() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
The number of nanoseconds elapsed since January 1, 1970 UTC when this
circuit was completed.
- getTimestampNs() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The time in unix nanoseconds that the event occurred.
- getTimestampNs() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
The time in unix nanoseconds that the event occurred.
- getTimestampNs() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEventOrBuilder
-
The time in unix nanoseconds that the event occurred.
- getTimestampNs() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for timestampNs.
- getTimestampNs() - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Getter for timestampNs.
- getTlvPayload() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
If set to true, then this hop will be encoded using the new variable length
TLV format.
- getTlvPayload() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
If set to true, then this hop will be encoded using the new variable length
TLV format.
- getTlvPayload() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
If set to true, then this hop will be encoded using the new variable length
TLV format.
- getTlvPayload() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for tlvPayload.
- getTo() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
The receiving node of the pair.
- getTo() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
The receiving node of the pair.
- getTo() - Method in interface org.lightningj.lnd.proto.LightningApi.NodePairOrBuilder
-
The receiving node of the pair.
- getTo() - Method in class org.lightningj.lnd.wrapper.message.NodePair
-
Getter for to.
- getToNode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
The destination node pubkey of the pair.
- getToNode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
The destination node pubkey of the pair.
- getToNode() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequestOrBuilder
-
The destination node pubkey of the pair.
- getToNode() - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityRequest
-
Getter for toNode.
- getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Deprecated.
- getTotalAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Deprecated.
- getTotalAmt() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for totalAmt.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
The total amount in milli-satoshis being sent as part of a larger multi-path
payment.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
The total amount in milli-satoshis being sent as part of a larger multi-path
payment.
- getTotalAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.MPPRecordOrBuilder
-
The total amount in milli-satoshis being sent as part of a larger multi-path
payment.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.MPPRecord
-
Getter for totalAmtMsat.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for totalAmtMsat.
- getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
The balance of the wallet
- getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
The balance of the wallet
- getTotalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
The balance of the wallet
- getTotalBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for totalBalance.
- getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
The sum of all channels capacity for the node, denominated in satoshis.
- getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
The sum of all channels capacity for the node, denominated in satoshis.
- getTotalCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
The sum of all channels capacity for the node, denominated in satoshis.
- getTotalCapacity() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for totalCapacity.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Deprecated.
- getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Deprecated.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Fees paid for this transaction
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
Fees paid for this transaction
- getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
Fees paid for this transaction
- getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for totalFees.
- getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for totalFees.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for totalFeesMsat.
- getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for totalLimboBalance.
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6;
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 total_network_capacity = 6;
- getTotalNetworkCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 total_network_capacity = 6;
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for totalNetworkCapacity.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for totalSatoshisReceived.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for totalSatoshisSent.
- getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for totalTimeLock.
- getTowerInfo(byte[], Boolean, StreamObserver<Tower>) - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
-
Method to generate a getTowerInfo request.
- getTowerInfo(GetTowerInfoRequest, StreamObserver<Tower>) - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
-
Method to send a getTowerInfo request.
- getTowerInfo(byte[], Boolean) - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Method to generate a getTowerInfo request.
- getTowerInfo(GetTowerInfoRequest) - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Method to send a getTowerInfo request.
- getTowerInfo(Wtclient.GetTowerInfoRequest) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientBlockingStub
-
GetTowerInfo retrieves information for a registered watchtower.
- getTowerInfo(Wtclient.GetTowerInfoRequest) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientFutureStub
-
GetTowerInfo retrieves information for a registered watchtower.
- getTowerInfo(Wtclient.GetTowerInfoRequest, StreamObserver<Wtclient.Tower>) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientImplBase
-
GetTowerInfo retrieves information for a registered watchtower.
- getTowerInfo(Wtclient.GetTowerInfoRequest, StreamObserver<Wtclient.Tower>) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientStub
-
GetTowerInfo retrieves information for a registered watchtower.
- GetTowerInfoRequest - Class in org.lightningj.lnd.wrapper.wtclient.message
-
Wrapper class for GetTowerInfoRequest.
- GetTowerInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Empty Constructor
- GetTowerInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Json Parsing Constructor
- GetTowerInfoRequest(Wtclient.GetTowerInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Constructor using underlying Lightning API Object
- getTowers() - Method in class org.lightningj.lnd.wrapper.wtclient.message.ListTowersResponse
-
Getter for a list of towers.
- getTowers(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowers(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
The list of watchtowers available for new backups.
- getTowers(int) - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponseOrBuilder
-
The list of watchtowers available for new backups.
- getTowersBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowersBuilderList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowersCount() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowersCount() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
The list of watchtowers available for new backups.
- getTowersCount() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponseOrBuilder
-
The list of watchtowers available for new backups.
- getTowersList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowersList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
The list of watchtowers available for new backups.
- getTowersList() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponseOrBuilder
-
The list of watchtowers available for new backups.
- getTowersOrBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowersOrBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
The list of watchtowers available for new backups.
- getTowersOrBuilder(int) - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponseOrBuilder
-
The list of watchtowers available for new backups.
- getTowersOrBuilderList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- getTowersOrBuilderList() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
The list of watchtowers available for new backups.
- getTowersOrBuilderList() - Method in interface org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponseOrBuilder
-
The list of watchtowers available for new backups.
- getTrackPaymentMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getTrackPaymentV2Method() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getTransactionDetails() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionDetails() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionDetails() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponseOrBuilder
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionDetails() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsResponse
-
Getter for a list of transactionDetails.
- getTransactionDetailsBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionDetailsOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionDetailsOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionDetailsOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponseOrBuilder
-
.lnrpc.TransactionDetails transaction_details = 1;
- getTransactionIds() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactionIds() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactionIds(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIds(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIds(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDsOrBuilder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIds() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponseOrBuilder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactionIds() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsResponse
-
Getter for a list of transactionIds.
- getTransactionIds() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsResponse.TransactionIDs
-
Getter for a list of transactionIds.
- getTransactionIdsBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactionIdsBytes(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsBytes(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsBytes(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDsOrBuilder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDsOrBuilder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDsOrBuilder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- getTransactionIdsOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactionIdsOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactionIdsOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponseOrBuilder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
The list of transactions relevant to the wallet.
- getTransactions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
The list of transactions relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(Integer, Integer, String, StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getTransactions request.
- getTransactions(GetTransactionsRequest, StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getTransactions request.
- getTransactions() - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
-
Getter for a list of transactions.
- getTransactions(Integer, Integer, String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getTransactions request.
- getTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getTransactions request.
- getTransactionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
The list of transactions relevant to the wallet.
- getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
The list of transactions relevant to the wallet.
- getTransactionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
The list of transactions relevant to the wallet.
- GetTransactionsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetTransactionsRequest.
- GetTransactionsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Empty Constructor
- GetTransactionsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Json Parsing Constructor
- GetTransactionsRequest(LightningApi.GetTransactionsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Constructor using underlying Lightning API Object
- getTriggerCase() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- getTriggerCase() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getTriggerCase() - Method in interface org.lightningj.lnd.proto.LightningApi.FundingTransitionMsgOrBuilder
-
- getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The transaction hash
- getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The transaction hash
- getTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The transaction hash
- getTxHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for txHash.
- getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The transaction hash
- getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
The transaction hash
- getTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
The transaction hash
- getTxHex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
The raw serialized transaction.
- getTxHex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
The raw serialized transaction.
- getTxHex() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TransactionOrBuilder
-
The raw serialized transaction.
- getTxHex() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Transaction
-
Getter for txHex.
- getTxid() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The transaction hash for which we should request a confirmation notification
for.
- getTxid() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
The transaction hash for which we should request a confirmation notification
for.
- getTxid() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
The transaction hash for which we should request a confirmation notification
for.
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1;
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
bytes txid = 1;
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
-
bytes txid = 1;
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
The transaction ID of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
The transaction ID of the transaction
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
-
The transaction ID of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
The id of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
The id of the transaction
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
-
The id of the transaction
- getTxid() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
The txid of the transaction to label.
- getTxid() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
The txid of the transaction to label.
- getTxid() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequestOrBuilder
-
The txid of the transaction to label.
- getTxid() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.walletkit.message.LabelTransactionRequest
-
Getter for txid.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
Raw bytes representing the transaction id.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
Raw bytes representing the transaction id.
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
Raw bytes representing the transaction id.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
The transaction ID of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
The transaction ID of the transaction
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
-
The transaction ID of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
The id of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
The id of the transaction
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
-
The id of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Getter for txidBytes.
- getTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
Reversed, hex-encoded string representing the transaction id.
- getTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
Reversed, hex-encoded string representing the transaction id.
- getTxidStr() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
Reversed, hex-encoded string representing the transaction id.
- getTxidStr() - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Getter for txidStr.
- getTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
Reversed, hex-encoded string representing the transaction id.
- getTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
Reversed, hex-encoded string representing the transaction id.
- getTxidStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
Reversed, hex-encoded string representing the transaction id.
- getTxIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The index of the confirmed transaction within the transaction.
- getTxIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The index of the confirmed transaction within the transaction.
- getTxIndex() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The index of the confirmed transaction within the transaction.
- getTxIndex() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for txIndex.
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The type of address to generate.
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
The type of address to generate.
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
The type of address to generate.
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
.lnrpc.PeerEvent.EventType type = 2;
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
.lnrpc.PeerEvent.EventType type = 2;
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerEventOrBuilder
-
.lnrpc.PeerEvent.EventType type = 2;
- getType() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for type.
- getType() - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Getter for type.
- getType() - Method in class org.lightningj.lnd.wrapper.message.PeerEvent
-
Getter for type.
- getTypes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- getTypes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
The requested node metrics.
- getTypes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsRequestOrBuilder
-
The requested node metrics.
- getTypes() - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsRequest
-
Getter for types.
- getTypesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- getTypesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
The requested node metrics.
- getTypesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsRequestOrBuilder
-
The requested node metrics.
- getTypesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- getTypesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
The requested node metrics.
- getTypesList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsRequestOrBuilder
-
The requested node metrics.
- getTypesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- getTypesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
The requested node metrics.
- getTypesValue(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsRequestOrBuilder
-
The requested node metrics.
- getTypesValueList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- getTypesValueList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
The requested node metrics.
- getTypesValueList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeMetricsRequestOrBuilder
-
The requested node metrics.
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The type of address to generate.
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
The type of address to generate.
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
The type of address to generate.
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
.lnrpc.PeerEvent.EventType type = 2;
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
.lnrpc.PeerEvent.EventType type = 2;
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerEventOrBuilder
-
.lnrpc.PeerEvent.EventType type = 2;
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
The unconfirmed balance of the account (with 0 confirmations).
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
The unconfirmed balance of the account (with 0 confirmations).
- getUnconfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletAccountBalanceOrBuilder
-
The unconfirmed balance of the account (with 0 confirmations).
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletAccountBalance
-
Getter for unconfirmedBalance.
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for unconfirmedBalance.
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Amount
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AMP
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Failure
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Feature
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Op
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- getUnknownFields() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- getUnknownFields() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- getUnlockWalletMethod() - Static method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc
-
- getUnmarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unsettled balance in this channel
- getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The unsettled balance in this channel
- getUnsettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The unsettled balance in this channel
- getUnsettledBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for unsettledBalance.
- getUnsettledLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local unsettled balances.
- getUnsettledLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels local unsettled balances.
- getUnsettledLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels local unsettled balances.
- getUnsettledLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for a list of unsettledLocalBalance.
- getUnsettledLocalBalanceBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local unsettled balances.
- getUnsettledLocalBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local unsettled balances.
- getUnsettledLocalBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels local unsettled balances.
- getUnsettledLocalBalanceOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels local unsettled balances.
- getUnsettledRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote unsettled balances.
- getUnsettledRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels remote unsettled balances.
- getUnsettledRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels remote unsettled balances.
- getUnsettledRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for a list of unsettledRemoteBalance.
- getUnsettledRemoteBalanceBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote unsettled balances.
- getUnsettledRemoteBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote unsettled balances.
- getUnsettledRemoteBalanceOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
Sum of channels remote unsettled balances.
- getUnsettledRemoteBalanceOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
Sum of channels remote unsettled balances.
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
- getUpdateChannelPolicyMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getUpdateChanStatusMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getUpfrontShutdown() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- getUpfrontShutdown() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- getUpfrontShutdown() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- getUpfrontShutdown() - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Getter for upfrontShutdown.
- getUpfrontShutdownBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- getUpfrontShutdownBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- getUpfrontShutdownBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponseOrBuilder
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- getUptime() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The number of seconds that the remote peer has been observed as being online
by the channel scoring system over the lifetime of the channel
[EXPERIMENTAL].
- getUptime() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The number of seconds that the remote peer has been observed as being online
by the channel scoring system over the lifetime of the channel
[EXPERIMENTAL].
- getUptime() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The number of seconds that the remote peer has been observed as being online
by the channel scoring system over the lifetime of the channel
[EXPERIMENTAL].
- getUptime() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for uptime.
- getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The URIs of the current node.
- getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The URIs of the current node.
- getUris(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The URIs of the current node.
- getUris(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The URIs of the watchtower.
- getUris(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The URIs of the watchtower.
- getUris(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The URIs of the watchtower.
- getUris() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for a list of uris.
- getUris() - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Getter for a list of uris.
- getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The URIs of the current node.
- getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The URIs of the current node.
- getUrisBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The URIs of the current node.
- getUrisBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The URIs of the watchtower.
- getUrisBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The URIs of the watchtower.
- getUrisBytes(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The URIs of the watchtower.
- getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The URIs of the current node.
- getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The URIs of the current node.
- getUrisCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The URIs of the current node.
- getUrisCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The URIs of the watchtower.
- getUrisCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The URIs of the watchtower.
- getUrisCount() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The URIs of the watchtower.
- getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The URIs of the current node.
- getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The URIs of the current node.
- getUrisList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The URIs of the current node.
- getUrisList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The URIs of the watchtower.
- getUrisList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
The URIs of the watchtower.
- getUrisList() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
The URIs of the watchtower.
- getUseMissionControl() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- getUseMissionControl() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- getUseMissionControl() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- getUseMissionControl() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for useMissionControl.
- getUtxos(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxos(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
A list of utxos
- getUtxos(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
A list of utxos
- getUtxos(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxos(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
A list of utxos satisfying the specified number of confirmations.
- getUtxos(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponseOrBuilder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxos() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentResponse
-
Getter for a list of utxos.
- getUtxos() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentResponse
-
Getter for a list of utxos.
- getUtxosBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxosBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxosBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxosCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
A list of utxos
- getUtxosCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
A list of utxos
- getUtxosCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponseOrBuilder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxosList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
A list of utxos
- getUtxosList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
A list of utxos
- getUtxosList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponseOrBuilder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxosOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
A list of utxos
- getUtxosOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
A list of utxos
- getUtxosOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponseOrBuilder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- getUtxosOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
A list of utxos
- getUtxosOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
A list of utxos
- getUtxosOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse
-
A list of utxos satisfying the specified number of confirmations.
- getUtxosOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponseOrBuilder
-
A list of utxos satisfying the specified number of confirmations.
- getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
Whether the signature was valid over the given message
- getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
Whether the signature was valid over the given message
- getValid() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
Whether the signature was valid over the given message
- getValid() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
Whether the signature was valid over the given message.
- getValid() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp
-
Whether the signature was valid over the given message.
- getValid() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageRespOrBuilder
-
Whether the signature was valid over the given message.
- getValid() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Getter for valid.
- getValid() - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageResp
-
Getter for valid.
- getValidationResult() - Method in exception org.lightningj.lnd.wrapper.ValidationException
-
- getValue() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- getValue() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- getValue() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
Arbitrary float value.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric
-
Arbitrary float value.
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.FloatMetricOrBuilder
-
Arbitrary float value.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
Deprecated.
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
Deprecated.
- getValue() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
The value of the output being spent.
- getValue() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
The value of the output being spent.
- getValue() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.TxOutOrBuilder
-
The value of the output being spent.
- getValue() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.FloatMetric
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse.FeaturesEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Hop.CustomRecordsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Invoice.FeaturesEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC.CustomRecordsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.LightningNode.FeaturesEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse.MethodPermissionsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate.FeaturesEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.PayReq.FeaturesEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Peer.FeaturesEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest.DestCustomRecordsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.SendRequest.DestCustomRecordsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest.CustomRecordsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest.DestCustomRecordsEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate.OutputsEntry
-
Getter for value.
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.CommitmentType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Failure.FailureCode
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.HTLCAttempt.HTLCStatus
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Initiator
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.InvoiceHTLCState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.NodeMetricType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.PaymentFailureReason
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.PeerEvent.EventType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.AnchorState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ResolutionOutcome
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ResolutionType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ChanStatusAction
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.EventType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.ResolveHoldForwardAction
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.stateservice.proto.Stateservice.WalletState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.wtclient.proto.Wtclient.PolicyType
-
- getValueMsat() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- getValueMsat() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- getValueMsat() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- getValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- getValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- getValueMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- getValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The value of the payment in milli-satoshis
- getValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The value of the payment in milli-satoshis
- getValueMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The value of the payment in milli-satoshis
- getValueMsat() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for valueMsat.
- getValueMsat() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for valueMsat.
- getValueMsat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for valueMsat.
- getValueSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The value of the payment in satoshis
- getValueSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The value of the payment in satoshis
- getValueSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The value of the payment in satoshis
- getValueSat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for valueSat.
- getVerbose() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
Retrieve the full sweep transaction details.
- getVerbose() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest
-
Retrieve the full sweep transaction details.
- getVerbose() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequestOrBuilder
-
Retrieve the full sweep transaction details.
- getVerbose() - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsRequest
-
Getter for verbose.
- getVerifyChanBackupMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getVerifyMessageMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getVerifyMessageMethod() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The version of the LND software that the node is running.
- getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The version of the LND software that the node is running.
- getVersion() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The version of the LND software that the node is running.
- getVersion() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The semantic version.
- getVersion() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The semantic version.
- getVersion() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The semantic version.
- getVersion(Verrpc.VersionRequest) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerBlockingStub
-
lncli: `version`
GetVersion returns the current version and build information of the running
daemon.
- getVersion(Verrpc.VersionRequest) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerFutureStub
-
lncli: `version`
GetVersion returns the current version and build information of the running
daemon.
- getVersion(Verrpc.VersionRequest, StreamObserver<Verrpc.Version>) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerImplBase
-
lncli: `version`
GetVersion returns the current version and build information of the running
daemon.
- getVersion(Verrpc.VersionRequest, StreamObserver<Verrpc.Version>) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerStub
-
lncli: `version`
GetVersion returns the current version and build information of the running
daemon.
- getVersion() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for version.
- getVersion() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getVersion(StreamObserver<Version>) - Method in class org.lightningj.lnd.wrapper.verrpc.AsynchronousVersionerAPI
-
Method to generate a getVersion request.
- getVersion(VersionRequest, StreamObserver<Version>) - Method in class org.lightningj.lnd.wrapper.verrpc.AsynchronousVersionerAPI
-
Method to send a getVersion request.
- getVersion() - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Getter for version.
- getVersion() - Method in class org.lightningj.lnd.wrapper.verrpc.SynchronousVersionerAPI
-
Method to generate a getVersion request.
- getVersion(VersionRequest) - Method in class org.lightningj.lnd.wrapper.verrpc.SynchronousVersionerAPI
-
Method to send a getVersion request.
- getVersion() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The version of the LND software that the node is running.
- getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
The version of the LND software that the node is running.
- getVersionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
The version of the LND software that the node is running.
- getVersionBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The semantic version.
- getVersionBytes() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
The semantic version.
- getVersionBytes() - Method in interface org.lightningj.lnd.verrpc.proto.Verrpc.VersionOrBuilder
-
The semantic version.
- getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of waitingCloseChannels.
- getWaitingCloseChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
Channels waiting for closing tx to confirm
- getWalletBalanceMethod() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getWalletPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequestOrBuilder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in interface org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequestOrBuilder
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Getter for walletPassword.
- getWalletPassword() - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Getter for walletPassword.
- getWatchOnly() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
Whether the wallet stores private keys for the account.
- getWatchOnly() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
-
Whether the wallet stores private keys for the account.
- getWatchOnly() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountOrBuilder
-
Whether the wallet stores private keys for the account.
- getWatchOnly() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Getter for watchOnly.
- getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 week.
- getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 week.
- getWeekFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 week.
- getWeekFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for weekFeeSum.
- getWeight() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The importance that mission control should place on historical results,
expressed as a value in [0;1].
- getWeight() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
-
The importance that mission control should place on historical results,
expressed as a value in [0;1].
- getWeight() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfigOrBuilder
-
The importance that mission control should place on historical results,
expressed as a value in [0;1].
- getWeight() - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Getter for weight.
- getWireFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureCode is the BOLT error code for the failure.
- getWireFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
FailureCode is the BOLT error code for the failure.
- getWireFailure() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
FailureCode is the BOLT error code for the failure.
- getWireFailure() - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Getter for wireFailure.
- getWireFailureValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureCode is the BOLT error code for the failure.
- getWireFailureValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent
-
FailureCode is the BOLT error code for the failure.
- getWireFailureValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEventOrBuilder
-
FailureCode is the BOLT error code for the failure.
- getWitness(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The serializes witness stack for the specified input.
- getWitness(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
The serializes witness stack for the specified input.
- getWitness(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
The serializes witness stack for the specified input.
- getWitness() - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Getter for a list of witness.
- getWitnessCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The serializes witness stack for the specified input.
- getWitnessCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
The serializes witness stack for the specified input.
- getWitnessCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
The serializes witness stack for the specified input.
- getWitnessList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The serializes witness stack for the specified input.
- getWitnessList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
The serializes witness stack for the specified input.
- getWitnessList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
The serializes witness stack for the specified input.
- getWitnessScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The full script required to properly redeem the output.
- getWitnessScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
The full script required to properly redeem the output.
- getWitnessScript() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
The full script required to properly redeem the output.
- getWitnessScript() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for witnessScript.
- getWitnessType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- getWitnessType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The witness type of the output we're attempting to sweep.
- getWitnessType() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The witness type of the output we're attempting to sweep.
- getWitnessType() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for witnessType.
- getWitnessTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- getWitnessTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The witness type of the output we're attempting to sweep.
- getWitnessTypeValue() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The witness type of the output we're attempting to sweep.
- getXImportMissionControlMethod() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getXMLParser(String) - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
-
Method to retrieve the XMLParser for a given version.
- GLOBAL_FEATURES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- GLOBAL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- GO_VERSION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
-
- GOSSIP_QUERIES_OPT_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
GOSSIP_QUERIES_OPT = 7;
- GOSSIP_QUERIES_REQ_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
GOSSIP_QUERIES_REQ = 6;
- GRAPH_DIAMETER_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- GraphTopologySubscription - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GraphTopologySubscription.
- GraphTopologySubscription() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Empty Constructor
- GraphTopologySubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Json Parsing Constructor
- GraphTopologySubscription(LightningApi.GraphTopologySubscription) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Constructor using underlying Lightning API Object
- GraphTopologyUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GraphTopologyUpdate.
- GraphTopologyUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Empty Constructor
- GraphTopologyUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Json Parsing Constructor
- GraphTopologyUpdate(LightningApi.GraphTopologyUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Constructor using underlying Lightning API Object
- SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Amount
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- SAT_PER_KW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- SAT_PER_KW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- SAT_RECV_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SAT_SENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SCORES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- SCORES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- scoresEntries - Variable in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
- ScoresEntries() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntries
-
- scoresEntries - Variable in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
- ScoresEntries() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntries
-
- ScoresEntry() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Empty Constructor
- ScoresEntry(String, double) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Json Parsing Constructor
- ScoresEntry() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Empty Constructor
- ScoresEntry(String, double) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Json Parsing Constructor
- SCRIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- SCRIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- SEED_ENTROPY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
-
- SEND_ALL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- SEND_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.EventType
-
SEND = 1;
- sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(String, Long, Integer, Long, Long, Boolean, String, Integer, Boolean, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendCoins request.
- sendCoins(SendCoinsRequest, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendCoins request.
- sendCoins(String, Long, Integer, Long, Long, Boolean, String, Integer, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendCoins request.
- sendCoins(SendCoinsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendCoins request.
- SendCoinsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendCoinsRequest.
- SendCoinsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Empty Constructor
- SendCoinsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Json Parsing Constructor
- SendCoinsRequest(LightningApi.SendCoinsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Constructor using underlying Lightning API Object
- SendCoinsResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendCoinsResponse.
- SendCoinsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Empty Constructor
- SendCoinsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Json Parsing Constructor
- SendCoinsResponse(LightningApi.SendCoinsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Constructor using underlying Lightning API Object
- sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(Map<String, Long>, Integer, Long, Long, String, Integer, Boolean, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendMany request.
- sendMany(SendManyRequest, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendMany request.
- sendMany(Map<String, Long>, Integer, Long, Long, String, Integer, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendMany request.
- sendMany(SendManyRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendMany request.
- SendManyRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendManyRequest.
- SendManyRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Empty Constructor
- SendManyRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Json Parsing Constructor
- SendManyRequest(LightningApi.SendManyRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Constructor using underlying Lightning API Object
- SendManyRequest.AddrToAmountEntries - Class in org.lightningj.lnd.wrapper.message
-
Wrapping class used for conversion between Map and XML notation.
- SendManyRequest.AddrToAmountEntry - Class in org.lightningj.lnd.wrapper.message
-
Inner class AddrToAmountEntry for class SendManyRequest.
- SendManyResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendManyResponse.
- SendManyResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Empty Constructor
- SendManyResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Json Parsing Constructor
- SendManyResponse(LightningApi.SendManyResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Constructor using underlying Lightning API Object
- sendOutputs(WalletKitOuterClass.SendOutputsRequest) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitBlockingStub
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(WalletKitOuterClass.SendOutputsRequest) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitFutureStub
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(WalletKitOuterClass.SendOutputsRequest, StreamObserver<WalletKitOuterClass.SendOutputsResponse>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitImplBase
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(WalletKitOuterClass.SendOutputsRequest, StreamObserver<WalletKitOuterClass.SendOutputsResponse>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitStub
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(Long, List<TxOut>, String, Integer, Boolean, StreamObserver<SendOutputsResponse>) - Method in class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
-
Method to generate a sendOutputs request.
- sendOutputs(SendOutputsRequest, StreamObserver<SendOutputsResponse>) - Method in class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
-
Method to send a sendOutputs request.
- sendOutputs(Long, List<TxOut>, String, Integer, Boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Method to generate a sendOutputs request.
- sendOutputs(SendOutputsRequest) - Method in class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Method to send a sendOutputs request.
- SendOutputsRequest - Class in org.lightningj.lnd.wrapper.walletkit.message
-
Wrapper class for SendOutputsRequest.
- SendOutputsRequest() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Empty Constructor
- SendOutputsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Json Parsing Constructor
- SendOutputsRequest(WalletKitOuterClass.SendOutputsRequest) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Constructor using underlying Lightning API Object
- SendOutputsResponse - Class in org.lightningj.lnd.wrapper.walletkit.message
-
Wrapper class for SendOutputsResponse.
- SendOutputsResponse() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Empty Constructor
- SendOutputsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Json Parsing Constructor
- SendOutputsResponse(WalletKitOuterClass.SendOutputsResponse) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Constructor using underlying Lightning API Object
- sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
Deprecated.
- sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
Deprecated.
- sendPayment(RouterOuterClass.SendPaymentRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
Deprecated.
- sendPayment(RouterOuterClass.SendPaymentRequest, StreamObserver<RouterOuterClass.PaymentStatus>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
Deprecated.
- sendPayment(RouterOuterClass.SendPaymentRequest, StreamObserver<RouterOuterClass.PaymentStatus>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
Deprecated.
- sendPayment(byte[], Long, Long, byte[], Integer, byte[], String, Integer, Long, Long, Long, List<Long>, byte[], Integer, List<RouteHint>, Map<Long, byte[]>, Boolean, List<FeatureBit>, Integer, Boolean, Long, Boolean, StreamObserver<PaymentStatus>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a sendPayment request.
- sendPayment(SendPaymentRequest, StreamObserver<PaymentStatus>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a sendPayment request.
- sendPayment(byte[], Long, Long, byte[], Integer, byte[], String, Integer, Long, Long, Long, List<Long>, byte[], Integer, List<RouteHint>, Map<Long, byte[]>, Boolean, List<FeatureBit>, Integer, Boolean, Long, Boolean) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a sendPayment request.
- sendPayment(SendPaymentRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a sendPayment request.
- SendPaymentRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SendPaymentRequest.
- SendPaymentRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Empty Constructor
- SendPaymentRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Json Parsing Constructor
- SendPaymentRequest(RouterOuterClass.SendPaymentRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Constructor using underlying Lightning API Object
- SendPaymentRequest.DestCustomRecordsEntries - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapping class used for conversion between Map and XML notation.
- SendPaymentRequest.DestCustomRecordsEntry - Class in org.lightningj.lnd.wrapper.router.message
-
Inner class DestCustomRecordsEntry for class SendPaymentRequest.
- sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(byte[], String, Long, Long, byte[], String, String, Integer, FeeLimit, Long, byte[], Integer, Map<Long, byte[]>, Boolean, List<FeatureBit>, byte[], StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendPaymentSync request.
- sendPaymentSync(SendRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendPaymentSync request.
- sendPaymentSync(byte[], String, Long, Long, byte[], String, String, Integer, FeeLimit, Long, byte[], Integer, Map<Long, byte[]>, Boolean, List<FeatureBit>, byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendPaymentSync request.
- sendPaymentSync(SendRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendPaymentSync request.
- sendPaymentV2(RouterOuterClass.SendPaymentRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
SendPaymentV2 attempts to route a payment described by the passed
PaymentRequest to the final destination.
- sendPaymentV2(RouterOuterClass.SendPaymentRequest, StreamObserver<LightningApi.Payment>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
SendPaymentV2 attempts to route a payment described by the passed
PaymentRequest to the final destination.
- sendPaymentV2(RouterOuterClass.SendPaymentRequest, StreamObserver<LightningApi.Payment>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
SendPaymentV2 attempts to route a payment described by the passed
PaymentRequest to the final destination.
- sendPaymentV2(byte[], Long, Long, byte[], Integer, byte[], String, Integer, Long, Long, Long, List<Long>, byte[], Integer, List<RouteHint>, Map<Long, byte[]>, Boolean, List<FeatureBit>, Integer, Boolean, Long, Boolean, StreamObserver<Payment>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a sendPaymentV2 request.
- sendPaymentV2(SendPaymentRequest, StreamObserver<Payment>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a sendPaymentV2 request.
- sendPaymentV2(byte[], Long, Long, byte[], Integer, byte[], String, Integer, Long, Long, Long, List<Long>, byte[], Integer, List<RouteHint>, Map<Long, byte[]>, Boolean, List<FeatureBit>, Integer, Boolean, Long, Boolean) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a sendPaymentV2 request.
- sendPaymentV2(SendPaymentRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a sendPaymentV2 request.
- SendRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendRequest.
- SendRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Empty Constructor
- SendRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Json Parsing Constructor
- SendRequest(LightningApi.SendRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Constructor using underlying Lightning API Object
- SendRequest.DestCustomRecordsEntries - Class in org.lightningj.lnd.wrapper.message
-
Wrapping class used for conversion between Map and XML notation.
- SendRequest.DestCustomRecordsEntry - Class in org.lightningj.lnd.wrapper.message
-
Inner class DestCustomRecordsEntry for class SendRequest.
- SendResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendResponse.
- SendResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Empty Constructor
- SendResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Json Parsing Constructor
- SendResponse(LightningApi.SendResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Constructor using underlying Lightning API Object
- sendToRoute(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
Deprecated.
- sendToRoute(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
Deprecated.
- sendToRoute(RouterOuterClass.SendToRouteRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
Deprecated.
- sendToRoute(RouterOuterClass.SendToRouteRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterFutureStub
-
Deprecated.
- sendToRoute(RouterOuterClass.SendToRouteRequest, StreamObserver<RouterOuterClass.SendToRouteResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
Deprecated.
- sendToRoute(RouterOuterClass.SendToRouteRequest, StreamObserver<RouterOuterClass.SendToRouteResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
Deprecated.
- sendToRoute(byte[], Route, StreamObserver<SendToRouteResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a sendToRoute request.
- sendToRoute(SendToRouteRequest, StreamObserver<SendToRouteResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a sendToRoute request.
- sendToRoute(byte[], Route) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a sendToRoute request.
- sendToRoute(SendToRouteRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a sendToRoute request.
- SendToRouteRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendToRouteRequest.
- SendToRouteRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Empty Constructor
- SendToRouteRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Json Parsing Constructor
- SendToRouteRequest(LightningApi.SendToRouteRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Constructor using underlying Lightning API Object
- SendToRouteRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SendToRouteRequest.
- SendToRouteRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Empty Constructor
- SendToRouteRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Json Parsing Constructor
- SendToRouteRequest(RouterOuterClass.SendToRouteRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Constructor using underlying Lightning API Object
- SendToRouteResponse - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SendToRouteResponse.
- SendToRouteResponse() - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Empty Constructor
- SendToRouteResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Json Parsing Constructor
- SendToRouteResponse(RouterOuterClass.SendToRouteResponse) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Constructor using underlying Lightning API Object
- sendToRouteSync(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(LightningApi.SendToRouteRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(LightningApi.SendToRouteRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(byte[], String, Route, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendToRouteSync request.
- sendToRouteSync(SendToRouteRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendToRouteSync request.
- sendToRouteSync(byte[], String, Route) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendToRouteSync request.
- sendToRouteSync(SendToRouteRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendToRouteSync request.
- sendToRouteV2(RouterOuterClass.SendToRouteRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
SendToRouteV2 attempts to make a payment via the specified route.
- sendToRouteV2(RouterOuterClass.SendToRouteRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterFutureStub
-
SendToRouteV2 attempts to make a payment via the specified route.
- sendToRouteV2(RouterOuterClass.SendToRouteRequest, StreamObserver<LightningApi.HTLCAttempt>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
SendToRouteV2 attempts to make a payment via the specified route.
- sendToRouteV2(RouterOuterClass.SendToRouteRequest, StreamObserver<LightningApi.HTLCAttempt>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
SendToRouteV2 attempts to make a payment via the specified route.
- sendToRouteV2(byte[], Route, StreamObserver<HTLCAttempt>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a sendToRouteV2 request.
- sendToRouteV2(SendToRouteRequest, StreamObserver<HTLCAttempt>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a sendToRouteV2 request.
- sendToRouteV2(byte[], Route) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a sendToRouteV2 request.
- sendToRouteV2(SendToRouteRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a sendToRouteV2 request.
- ServerSideException - Exception in org.lightningj.lnd.wrapper
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- ServerSideException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- ServerSideException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- SERVICE_NAME - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.LightningGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.router.proto.RouterGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.stateservice.proto.StateGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.verrpc.proto.VersionerGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc
-
- SESSIONS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
-
- SET_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AMP
-
- SET_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AMPRecord
-
- SET_OVERPAID_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
SET_OVERPAID = 18;
- SET_TOTAL_MISMATCH_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
SET_TOTAL_MISMATCH = 16;
- SET_TOTAL_TOO_LOW_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
-
SET_TOTAL_TOO_LOW = 17;
- setAbandoned(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool abandoned = 6;
- setAbandoned(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for abandoned.
- setAccept(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
Whether or not the client accepts the channel.
- setAccept(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for accept.
- setAcceptHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Block height at which this htlc was accepted.
- setAcceptHeight(int) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for acceptHeight.
- setAcceptTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Time at which this htlc was accepted.
- setAcceptTime(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for acceptTime.
- setAccount(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
An optional filter to only include transactions relevant to an account.
- setAccount(String) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- setAccount(String) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The name of the account to generate a new address for.
- setAccount(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
The name of the account to retrieve the next address of.
- setAccount(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
The name of the account to finalize the PSBT with.
- setAccount(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The name of the account to fund the PSBT with.
- setAccount(WalletKitOuterClass.Account) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The details of the imported account.
- setAccount(WalletKitOuterClass.Account.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The details of the imported account.
- setAccount(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Setter for account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Setter for account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Setter for account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.AddrRequest
-
Setter for account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtRequest
-
Setter for account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for account.
- setAccount(Account) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountResponse
-
Setter for list of account.
- setAccount(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentRequest
-
Setter for account.
- setAccountBalance(Map<String, WalletAccountBalance>) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Populates accountBalance with all the values in the map.
- setAccountBalanceEntries(WalletBalanceResponse.AccountBalanceEntries) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Sets a wrapped list of entries, used for XML conversion.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
An optional filter to only include transactions relevant to an account.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The name of the account to generate a new address for.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
The name of the account to retrieve the next address of.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
The name of the account to finalize the PSBT with.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The name of the account to fund the PSBT with.
- setAccountBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
An optional filter to only include outputs belonging to an account.
- setAccounts(int, WalletKitOuterClass.Account) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- setAccounts(int, WalletKitOuterClass.Account.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
repeated .walletrpc.Account accounts = 1;
- setAccounts(List<Account>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListAccountsResponse
-
Setter for list of accounts.
- setAction(String) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The action that is granted.
- setAction(RouterOuterClass.ResolveHoldForwardAction) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The resolve action for this intercepted htlc.
- setAction(RouterOuterClass.ChanStatusAction) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.routerrpc.ChanStatusAction action = 2;
- setAction(String) - Method in class org.lightningj.lnd.wrapper.message.MacaroonPermission
-
Setter for action.
- setAction(ResolveHoldForwardAction) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptResponse
-
Setter for action.
- setAction(ChanStatusAction) - Method in class org.lightningj.lnd.wrapper.router.message.UpdateChanStatusRequest
-
Setter for action.
- setActionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The action that is granted.
- setActions(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
repeated string actions = 2;
- setActions(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Op
-
Setter for list of actions.
- setActionValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The resolve action for this intercepted htlc.
- setActionValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.routerrpc.ChanStatusAction action = 2;
- setActive(boolean) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
Indicates whether the autopilot is active or not.
- setActive(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Whether this channel is active or not
- setActive(boolean) - Method in class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Setter for active.
- setActive(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for active.
- setActiveChannel(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3;
- setActiveChannel(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3;
- setActiveChannel(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of activeChannel.
- setActiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- setActiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for activeOnly.
- setActiveSessionCandidate(boolean) - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Setter for activeSessionCandidate.
- setActiveSessionCandidate(boolean) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
Whether the watchtower is currently a candidate for new sessions.
- setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The "add" index of this invoice.
- setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "add" index of this invoice.
- setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for addIndex.
- setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for addIndex.
- setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Setter for addIndex.
- setAddr(LightningApi.LightningAddress) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
Lightning address of the peer, in the format `<pubkey>@host`
- setAddr(LightningApi.LightningAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
Lightning address of the peer, in the format `<pubkey>@host`
- setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2;
- setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The address to send coins to
- setAddr(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- setAddr(LightningAddress) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for list of addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Setter for addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
-
Setter for addr.
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2;
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The address to send coins to
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
The newly generated wallet address
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Network address of the peer; eg `127.0.0.1:10011`
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The address
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.wtclient.message.RemoveTowerRequest
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
A network address the watchtower is reachable over.
- setAddress(String) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
If set, then the record for this address will be removed, indicating that is
is stale.
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
The newly generated wallet address
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Network address of the peer; eg `127.0.0.1:10011`
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The address
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
A network address the watchtower is reachable over.
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
If set, then the record for this address will be removed, indicating that is
is stale.
- setAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- setAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4;
- setAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- setAddresses(List<NodeAddress>) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for list of addresses.
- setAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for list of addresses.
- setAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Setter for list of addresses.
- setAddresses(int, String) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of addresses the watchtower is reachable over.
- setAddressType(LightningApi.AddressType) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The type of address
- setAddressType(WalletKitOuterClass.AddressType) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The type of addresses the account supports.
- setAddressType(WalletKitOuterClass.AddressType) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- setAddressType(WalletKitOuterClass.AddressType) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
The type of address that will be generated from the public key.
- setAddressType(WalletKitOuterClass.AddressType) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this address type.
- setAddressType(AddressType) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for addressType.
- setAddressType(AddressType) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for addressType.
- setAddressType(AddressType) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Setter for addressType.
- setAddressType(AddressType) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportPublicKeyRequest
-
Setter for addressType.
- setAddressType(AddressType) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListAccountsRequest
-
Setter for addressType.
- setAddressTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The type of address
- setAddressTypeValue(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The type of addresses the account supports.
- setAddressTypeValue(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
An address type is only required when the extended account public key has a
legacy version (xpub, tpub, etc.), such that the wallet cannot detect what
address scheme it belongs to.
- setAddressTypeValue(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
The type of address that will be generated from the public key.
- setAddressTypeValue(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this address type.
- setAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Populates AddrToAmount with all the values in the map.
- setAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Populates AddrToAmount with all the values in the map.
- setAddrToAmountEntries(EstimateFeeRequest.AddrToAmountEntries) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setAddrToAmountEntries(SendManyRequest.AddrToAmountEntries) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setAdminMacaroon(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
- setAdminMacaroon(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
The binary serialized admin macaroon that can be used to access the daemon
after creating the wallet.
- setAdminMacaroon(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordResponse
-
Setter for adminMacaroon.
- setAdminMacaroon(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletResponse
-
Setter for adminMacaroon.
- setAdvertisingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- setAdvertisingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for advertisingNode.
- setAdvertisingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Setter for aezeedPassphrase.
- setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Setter for aezeedPassphrase.
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
If applicable, the alias of the current node, e.g.
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3;
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for alias.
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for alias.
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for alias.
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
If applicable, the alias of the current node, e.g.
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3;
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- setAllowSelfPayment(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
If set, circular payments to self are permitted.
- setAllowSelfPayment(boolean) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
If set, circular payments to self are permitted.
- setAllowSelfPayment(boolean) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for allowSelfPayment.
- setAllowSelfPayment(boolean) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for allowSelfPayment.
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2;
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The total value of the htlc
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The amount in satoshis to send
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The transaction amount, denominated in satoshis
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for amount.
- setAmountSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The amount that was claimed by the resolution.
- setAmountSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The value of the unspent coin in satoshis
- setAmountSat(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The value of the output we're attempting to sweep.
- setAmountSat(long) - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Setter for amountSat.
- setAmountSat(long) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for amountSat.
- setAmountSat(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for amountSat.
- setAmp(LightningApi.AMP) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- setAmp(LightningApi.AMP.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Details relevant to AMP HTLCs, only populated if this is an AMP HTLC.
- setAmp(boolean) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
If set, an AMP-payment will be attempted.
- setAmp(AMP) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for list of amp.
- setAmp(boolean) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for amp.
- setAmpRecord(LightningApi.AMPRecord) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an AMP payment.
- setAmpRecord(LightningApi.AMPRecord.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an AMP payment.
- setAmpRecord(AMPRecord) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for list of ampRecord.
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The size of the pre-crafted output to be used as the channel point for this
channel funding.
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The amount to send expressed in satoshis.
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The amount to send expressed in satoshis.
- setAmt(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Number of satoshis to send.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Setter for amt.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for amt.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for amt.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for amt.
- setAmtIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in satoshis) of the incoming HTLC that created half
the circuit.
- setAmtIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amtIn.
- setAmtInMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in milli-satoshis) of the incoming HTLC that created
half the circuit.
- setAmtInMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amtInMsat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
The amount of the htlc in msat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The amount to send expressed in millisatoshis.
- setAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The amount to send expressed in millisatoshis.
- setAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
The amount to send expressed in msat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
The amount for which to calculate a probability.
- setAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Number of millisatoshis to send.
- setAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for amtMsat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for amtMsat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for amtMsat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Setter for amtMsat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityRequest
-
Setter for amtMsat.
- setAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for amtMsat.
- setAmtOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in satoshis) of the outgoing HTLC that created the
second half of the circuit.
- setAmtOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amtOut.
- setAmtOutMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total amount (in milli-satoshis) of the outgoing HTLC that created
the second half of the circuit.
- setAmtOutMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amtOutMsat.
- setAmtPaid(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- setAmtPaid(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for amtPaid.
- setAmtPaidMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in millisatoshis.
- setAmtPaidMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for amtPaidMsat.
- setAmtPaidSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in satoshis.
- setAmtPaidSat(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for amtPaidSat.
- setAmtSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The amount one wishes to send to the target destination.
- setAmtSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Setter for amtSat.
- setAmtToForward(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setAmtToForward(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for amtToForward.
- setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6;
- setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for amtToForwardMsat.
- setAnchor(LightningApi.PendingChannelsResponse.ForceClosedChannel.AnchorState) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- setAnchor(PendingChannelsResponse.ForceClosedChannel.AnchorState) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for anchor.
- setAnchorValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
.lnrpc.PendingChannelsResponse.ForceClosedChannel.AnchorState anchor = 9;
- setAppMajor(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The major application version.
- setAppMajor(int) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for appMajor.
- setAppMinor(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The minor application version.
- setAppMinor(int) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for appMinor.
- setAppPatch(int) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The application patch number.
- setAppPatch(int) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for appPatch.
- setAppPreRelease(String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The application pre-release modifier, possibly empty.
- setAppPreRelease(String) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for appPreRelease.
- setAppPreReleaseBytes(ByteString) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The application pre-release modifier, possibly empty.
- setAttemptId(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The unique ID that is used for this attempt.
- setAttemptId(long) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for attemptId.
- setAttemptTimeNs(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The time in UNIX nanoseconds at which this HTLC was sent.
- setAttemptTimeNs(long) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for attemptTimeNs.
- setAvgChannelSize(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7;
- setAvgChannelSize(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for avgChannelSize.
- setAvgOutDegree(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2;
- setAvgOutDegree(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for avgOutDegree.
- setBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Deprecated.
- setBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for balance.
- setBaseFee(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- setBaseFee(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for baseFee.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The base fee charged regardless of the number of milli-satoshis sent.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The base fee charged regardless of the number of milli-satoshis sent.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for baseFeeMsat.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for baseFeeMsat.
- setBasePsbt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
An optional base PSBT the new channel output will be added to.
- setBasePsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PsbtShim
-
Setter for basePsbt.
- setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Timestamp of the block best known to the wallet
- setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for bestHeaderTimestamp.
- setBetweennessCentrality(Map<String, FloatMetric>) - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse
-
Populates betweennessCentrality with all the values in the map.
- setBetweennessCentralityEntries(NodeMetricsResponse.BetweennessCentralityEntries) - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse
-
Sets a wrapped list of entries, used for XML conversion.
- setBlockHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The hash of the block in which the confirmed transaction was included in.
- setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The node's current view of the hash of the best block
- setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The hash of the block this transaction was included in
- setBlockHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for blockHash.
- setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for blockHash.
- setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for blockHash.
- setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The node's current view of the hash of the best block
- setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The hash of the block this transaction was included in
- setBlockHeight(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The height of the block in which the confirmed transaction was included
in.
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The node's current view of the height of the best block
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The height of the block this transaction was included in
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for blockHeight.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for blockHeight.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for blockHeight.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for blockHeight.
- setBlockSha(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- setBlockSha(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for blockSha.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for blocksTilMaturity.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for blocksTilMaturity.
- setBreach(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool breach = 4;
- setBreach(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for breach.
- setBroadcastAttempts(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The number of broadcast attempts we've made to sweep the output.
- setBroadcastAttempts(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for broadcastAttempts.
- setBuildTags(int, String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The list of build tags that were supplied during compilation.
- setBuildTags(List<String>) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for list of buildTags.
- setBytesRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Bytes of data transmitted from this peer
- setBytesRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for bytesRecv.
- setBytesSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Bytes of data transmitted to this peer
- setBytesSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for bytesSent.
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total amount of funds held in this channel
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Total capacity of the channel.
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3;
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for capacity.
- setChain(String) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The blockchain the node is on (eg bitcoin, litecoin)
- setChain(String) - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Setter for chain.
- setChainBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The blockchain the node is on (eg bitcoin, litecoin)
- setChainHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The hash of the genesis block that the proposed channel resides in.
- setChainHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The hash of the genesis block that this channel resides within.
- setChainHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The target chain that this channel was opened within.
- setChainHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for chainHash.
- setChainHash(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for chainHash.
- setChainHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for chainHash.
- setChainHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The hash of the genesis block that this channel resides within.
- setChains(int, LightningApi.Chain) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- setChains(int, LightningApi.Chain.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
A list of active chains the node is connected to
- setChains(List<Chain>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for list of chains.
- setChanBackup(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Is an encrypted single-chan backup.
- setChanBackup(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Setter for chanBackup.
- setChanBackups(int, LightningApi.ChannelBackup) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- setChanBackups(int, LightningApi.ChannelBackup.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- setChanBackups(LightningApi.ChannelBackups) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore as a list of channel/backup pairs.
- setChanBackups(LightningApi.ChannelBackups.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore as a list of channel/backup pairs.
- setChanBackups(List<ChannelBackup>) - Method in class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Setter for list of chanBackups.
- setChanBackups(ChannelBackups) - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Setter for list of chanBackups.
- setChanCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setChanCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for chanCapacity.
- setChanClose(LightningApi.ChannelCloseUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- setChanClose(LightningApi.ChannelCloseUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3;
- setChanClose(ChannelCloseUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of chanClose.
- setChangeOutputIndex(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The index of the added change output or -1 if no change was left over.
- setChangeOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtResponse
-
Setter for changeOutputIndex.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The short channel id that this fee report belongs to.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The unique description of the funding transaction.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The unique identifier of the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Short channel id over which the htlc was received.
- setChanId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
/ The id of the channel that the is part of this circuit.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.router.message.CircuitKey
-
Setter for chanId.
- setChanIdIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The incoming channel ID that carried the HTLC that created the circuit.
- setChanIdIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for chanIdIn.
- setChanIdOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The outgoing channel ID that carried the preimage that completed the
circuit.
- setChanIdOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for chanIdOut.
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The pending channel to be closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The pending channel to be closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The pending channel to be force closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The pending channel to be force closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The pending channel
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The pending channel
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The pending channel waiting for closing tx to confirm
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The pending channel waiting for closing tx to confirm
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for list of channel.
- setChannelBackups(LightningApi.ChanBackupSnapshot) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(LightningApi.ChanBackupSnapshot.Builder) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(LightningApi.ChanBackupSnapshot) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(LightningApi.ChanBackupSnapshot.Builder) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(ChanBackupSnapshot) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Setter for list of channelBackups.
- setChannelBackups(ChanBackupSnapshot) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Setter for list of channelBackups.
- setChannelFees(int, LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- setChannelFees(int, LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
An array of channel fee reports which describes the current fee schedule
for each channel.
- setChannelFees(List<ChannelFeeReport>) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for list of channelFees.
- setChannelFlags(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
A bit-field which the initiator uses to specify proposed channel
behavior.
- setChannelFlags(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- setChannelFlags(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for channelFlags.
- setChannelFlags(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for channelFlags.
- setChannelId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- setChannelId(long) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The short channel id of this edge.
- setChannelId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for channelId.
- setChannelId(long) - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Setter for channelId.
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The channel that this fee report belongs to.
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2;
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Setter for list of channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for channelPoint.
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Setter for list of channelPoint.
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for list of channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for channelPoint.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The channel that this fee report belongs to.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2;
- setChannelReserve(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The minimum amount of satoshis the initiator requires us to have at all
times.
- setChannelReserve(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for channelReserve.
- setChannels(int, LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- setChannels(int, LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1;
- setChannels(int, LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- setChannels(int, LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
The list of active channels
- setChannels(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- setChannels(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
A list of all public channels for the node.
- setChannels(List<ChannelCloseSummary>) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Setter for list of channels.
- setChannels(List<Channel>) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
-
Setter for list of channels.
- setChannels(List<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for list of channels.
- setChannelUpdate(LightningApi.ChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
An optional channel update message.
- setChannelUpdate(LightningApi.ChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
An optional channel update message.
- setChannelUpdate(ChannelUpdate) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for list of channelUpdate.
- setChannelUpdates(int, LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- setChannelUpdates(int, LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- setChannelUpdates(List<ChannelEdgeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of channelUpdates.
- setChanOpen(LightningApi.ChannelOpenUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- setChanOpen(LightningApi.ChannelOpenUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel's funding transaction has now reached the
required number of confirmations on chain and can be used.
- setChanOpen(ChannelOpenUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of chanOpen.
- setChanPending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- setChanPending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the channel is now fully negotiated and the funding
transaction published.
- setChanPending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of chanPending.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2;
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The target channel point to refrence in created commitment transactions.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The target channel point to refrence in created commitment transactions.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
The target channel point to obtain a back up for.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
The target channel point to obtain a back up for.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, this update will target a specific channel.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, this update will target a specific channel.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.lnrpc.ChannelPoint chan_point = 1;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
.lnrpc.ChannelPoint chan_point = 1;
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Setter for list of chanPoint.
- setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ExportChannelBackupRequest
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.router.message.UpdateChanStatusRequest
-
Setter for list of chanPoint.
- setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2;
- setChanPoints(int, LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- setChanPoints(int, LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- setChanPoints(List<ChannelPoint>) - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Setter for list of chanPoints.
- setChanPointShim(LightningApi.ChanPointShim) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- setChanPointShim(LightningApi.ChanPointShim.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim where the channel point was fully constructed outside
of lnd's wallet and the transaction might already be published.
- setChanPointShim(ChanPointShim) - Method in class org.lightningj.lnd.wrapper.message.FundingShim
-
Setter for list of chanPointShim.
- setChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The minimum satoshis this node is required to reserve in its balance.
- setChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Setter for chanReserveSat.
- setChanStatusFlags(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
A set of flags showing the current state of the channel.
- setChanStatusFlags(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for chanStatusFlags.
- setChanStatusFlagsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
A set of flags showing the current state of the channel.
- setChildIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
A nonce used to randomize the child preimage and child hash from a given
root_share.
- setChildIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
uint32 child_index = 3;
- setChildIndex(int) - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Setter for childIndex.
- setChildIndex(int) - Method in class org.lightningj.lnd.wrapper.message.AMPRecord
-
Setter for childIndex.
- setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Setter for list of cipherSeedMnemonic.
- setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Setter for list of cipherSeedMnemonic.
- setCloseAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- setCloseAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- setCloseAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for closeAddress.
- setCloseAddress(String) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for closeAddress.
- setCloseAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Close address is the address that we will enforce payout to on cooperative
close if the channel was opened utilizing option upfront shutdown.
- setCloseAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
- setClosedChannel(LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- setClosedChannel(LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2;
- setClosedChannel(ChannelCloseSummary) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of closedChannel.
- setClosedChans(int, LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- setClosedChans(int, LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- setClosedChans(List<ClosedChannelUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of closedChans.
- setClosedHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- setClosedHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for closedHeight.
- setCloseHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Height at which the funding transaction was spent.
- setCloseHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for closeHeight.
- setCloseInitiator(LightningApi.Initiator) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Close initiator indicates which party initiated the close.
- setCloseInitiator(Initiator) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for closeInitiator.
- setCloseInitiatorValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Close initiator indicates which party initiated the close.
- setClosePending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1;
- setClosePending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1;
- setClosePending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of closePending.
- setCloseType(LightningApi.ChannelCloseSummary.ClosureType) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Details on how the channel was closed.
- setCloseType(ChannelCloseSummary.ClosureType) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for closeType.
- setCloseTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Details on how the channel was closed.
- setClosingTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The txid of the transaction which ultimately closed this channel.
- setClosingTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for closingTxHash.
- setClosingTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The txid of the transaction which ultimately closed this channel.
- setClosingTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1;
- setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The transaction id of the closing transaction
- setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The transaction id of the closing transaction
- setClosingTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Setter for closingTxid.
- setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Setter for closingTxid.
- setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for closingTxid.
- setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
The transaction id of the closing transaction
- setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The transaction id of the closing transaction
- setCltvExpiry(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- setCltvExpiry(int) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent cltv expiry value.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Delta to use for the time-lock of the CLTV extended to the final hop.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9;
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for cltvExpiry.
- setCltvExpiry(int) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for cltvExpiry.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for cltvExpiry.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for cltvExpiry.
- setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The time-lock delta of the channel.
- setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for cltvExpiryDelta.
- setCltvLimit(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional maximum total time lock for the route.
- setCltvLimit(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional maximum total time lock for the route.
- setCltvLimit(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional maximum total time lock for the route.
- setCltvLimit(int) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for cltvLimit.
- setCltvLimit(int) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for cltvLimit.
- setCltvLimit(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for cltvLimit.
- setCode(LightningApi.Failure.FailureCode) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
Failure code as defined in the Lightning spec
- setCode(Failure.FailureCode) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for code.
- setCodeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
Failure code as defined in the Lightning spec
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The color of the current node in hex code format
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5;
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for color.
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for color.
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for color.
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The color of the current node in hex code format
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5;
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- setCommit(String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
A verbose description of the daemon's commit.
- setCommit(String) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for commit.
- setCommitBytes(ByteString) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
A verbose description of the daemon's commit.
- setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commitFee.
- setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for commitFee.
- setCommitHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- setCommitHash(String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- setCommitHash(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for commitHash.
- setCommitHash(String) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for commitHash.
- setCommitHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- setCommitHashBytes(ByteString) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The SHA1 commit hash that the daemon is compiled with.
- setCommitments(LightningApi.PendingChannelsResponse.Commitments) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
A list of valid commitment transactions.
- setCommitments(LightningApi.PendingChannelsResponse.Commitments.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
A list of valid commitment transactions.
- setCommitments(PendingChannelsResponse.Commitments) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for list of commitments.
- setCommitmentType(LightningApi.CommitmentType) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The commitment type used by this channel.
- setCommitmentType(LightningApi.CommitmentType) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The commitment type used by this channel.
- setCommitmentType(CommitmentType) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commitmentType.
- setCommitmentType(CommitmentType) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for commitmentType.
- setCommitmentTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The commitment type used by this channel.
- setCommitmentTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The commitment type used by this channel.
- setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The weight of the commitment transaction
- setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The weight of the commitment transaction
- setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commitWeight.
- setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for commitWeight.
- setConf(ChainNotifierOuterClass.ConfDetails) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- setConf(ChainNotifierOuterClass.ConfDetails.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- setConf(ConfDetails) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Setter for list of conf.
- setConfig(RouterOuterClass.MissionControlConfig) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
Mission control's currently active config.
- setConfig(RouterOuterClass.MissionControlConfig.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
Mission control's currently active config.
- setConfig(RouterOuterClass.MissionControlConfig) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
The config to set for mission control.
- setConfig(RouterOuterClass.MissionControlConfig.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
The config to set for mission control.
- setConfig(MissionControlConfig) - Method in class org.lightningj.lnd.wrapper.router.message.GetMissionControlConfigResponse
-
Setter for list of config.
- setConfig(MissionControlConfig) - Method in class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigRequest
-
Setter for list of config.
- setConfirmationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The height at which this channel will be confirmed
- setConfirmationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for confirmationHeight.
- setConfirmations(long) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The number of confirmations for the Utxo
- setConfirmations(long) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for confirmations.
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
The confirmed balance of the account (with >= 1 confirmations).
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
The confirmed balance of a wallet(with >= 1 confirmations)
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletAccountBalance
-
Setter for confirmedBalance.
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for confirmedBalance.
- setConfTarget(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
The number of confirmations to shoot for when estimating the fee.
- setConfTarget(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeRequest
-
Setter for confTarget.
- setConnectingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- setConnectingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for connectingNode.
- setConnectingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- setCooperative(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool cooperative = 1;
- setCooperative(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for cooperative.
- setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
When this invoice was created
- setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for creationDate.
- setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for creationDate.
- setCreationTimeNs(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The time in UNIX nanoseconds at which the payment was created.
- setCreationTimeNs(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for creationTimeNs.
- setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The number of blocks to use for the relative time lock in the pay-to-self
output of both commitment transactions.
- setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The csv delay (in blocks) that we require for the remote party.
- setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The CSV delay expressed in relative blocks.
- setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for csvDelay.
- setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for csvDelay.
- setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for csvDelay.
- setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Setter for csvDelay.
- setCurrentPassword(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- setCurrentPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Setter for currentPassword.
- setCustomRecords(Map<Long, byte[]>) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Populates customRecords with all the values in the map.
- setCustomRecords(Map<Long, byte[]>) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Populates customRecords with all the values in the map.
- setCustomRecords(Map<Long, byte[]>) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Populates customRecords with all the values in the map.
- setCustomRecordsEntries(Hop.CustomRecordsEntries) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Sets a wrapped list of entries, used for XML conversion.
- setCustomRecordsEntries(InvoiceHTLC.CustomRecordsEntries) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Sets a wrapped list of entries, used for XML conversion.
- setCustomRecordsEntries(ForwardHtlcInterceptRequest.CustomRecordsEntries) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setDayFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 24 hrs.
- setDayFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for dayFeeSum.
- setDeleted(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
A boolean indicates that the deletion is successful.
- setDeleted(boolean) - Method in class org.lightningj.lnd.wrapper.message.DeleteMacaroonIDResponse
-
Setter for deleted.
- setDeliveryAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
An optional address to send funds to in the case of a cooperative close.
- setDeliveryAddress(String) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for deliveryAddress.
- setDeliveryAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
An optional address to send funds to in the case of a cooperative close.
- setDerivationPath(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The derivation path corresponding to the account public key.
- setDerivationPath(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for derivationPath.
- setDerivationPathBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The derivation path corresponding to the account public key.
- setDescription(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6;
- setDescription(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for description.
- setDescriptionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6;
- setDescriptionHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Hash (SHA-256) of a description of the payment.
- setDescriptionHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- setDescriptionHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7;
- setDescriptionHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for descriptionHash.
- setDescriptionHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for descriptionHash.
- setDescriptionHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for descriptionHash.
- setDescriptionHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7;
- setDest(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The identity pubkey of the payment recipient.
- setDest(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The destination once wishes to obtain a routing fee quote to.
- setDest(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The identity pubkey of the payment recipient
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for dest.
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Setter for dest.
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for dest.
- setDestAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Addresses that received funds for this transaction
- setDestAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for list of destAddresses.
- setDestCustomRecords(Map<Long, byte[]>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Populates destCustomRecords with all the values in the map.
- setDestCustomRecords(Map<Long, byte[]>) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Populates destCustomRecords with all the values in the map.
- setDestCustomRecords(Map<Long, byte[]>) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Populates destCustomRecords with all the values in the map.
- setDestCustomRecordsEntries(QueryRoutesRequest.DestCustomRecordsEntries) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setDestCustomRecordsEntries(SendRequest.DestCustomRecordsEntries) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setDestCustomRecordsEntries(SendPaymentRequest.DestCustomRecordsEntries) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setDestFeatures(int, LightningApi.FeatureBit) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- setDestFeatures(int, LightningApi.FeatureBit) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- setDestFeatures(int, LightningApi.FeatureBit) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- setDestFeatures(List<FeatureBit>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for destFeatures.
- setDestFeatures(List<FeatureBit>) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for destFeatures.
- setDestFeatures(List<FeatureBit>) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for destFeatures.
- setDestFeaturesValue(int, int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Features assumed to be supported by the final node.
- setDestFeaturesValue(int, int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Features assumed to be supported by the final node.
- setDestFeaturesValue(int, int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Features assumed to be supported by the final node.
- setDestination(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1;
- setDestination(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for destination.
- setDestinationBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1;
- setDestString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- setDestString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for destString.
- setDestStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- setDirectionReverse(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The direction of this edge.
- setDirectionReverse(boolean) - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Setter for directionReverse.
- setDisabled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
bool disabled = 5;
- setDisabled(boolean) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for disabled.
- setDoubleTweak(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- setDoubleTweak(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for doubleTweak.
- setDryRun(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
Whether a dry run should be attempted when importing the account.
- setDryRun(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Setter for dryRun.
- setDryRunExternalAddrs(int, String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the external branch of the account.
- setDryRunExternalAddrs(List<String>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountResponse
-
Setter for list of dryRunExternalAddrs.
- setDryRunInternalAddrs(int, String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
The first N addresses that belong to the internal branch of the account.
- setDryRunInternalAddrs(List<String>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountResponse
-
Setter for list of dryRunInternalAddrs.
- setDustLimit(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The dust limit of the initiator's commitment tx.
- setDustLimit(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for dustLimit.
- setDustLimitSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The dust limit (in satoshis) of the initiator's commitment tx.
- setDustLimitSat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Setter for dustLimitSat.
- setEdges(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- setEdges(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `ChannelEdge`s in this channel graph
- setEdges(List<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Setter for list of edges.
- setEnable(boolean) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
Whether the autopilot agent should be enabled or not.
- setEnable(boolean) - Method in class org.lightningj.lnd.wrapper.autopilot.message.ModifyStatusRequest
-
Setter for enable.
- setEncipheredSeed(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- setEncipheredSeed(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedResponse
-
Setter for encipheredSeed.
- setEndHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
The height until which to list transactions, inclusive.
- setEndHeight(int) - Method in class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Setter for endHeight.
- setEndTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
End time is the end point of the forwarding history request.
- setEndTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for endTime.
- setEntity(String) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The entity a permission grants access to.
- setEntity(String) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
string entity = 1;
- setEntity(String) - Method in class org.lightningj.lnd.wrapper.message.MacaroonPermission
-
Setter for entity.
- setEntity(String) - Method in class org.lightningj.lnd.wrapper.message.Op
-
Setter for entity.
- setEntityBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
The entity a permission grants access to.
- setEntityBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
string entity = 1;
- setEphemeralPubkey(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
The ephemeral public key to use for the DH key derivation.
- setEphemeralPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Setter for ephemeralPubkey.
- setError(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- setError(String) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
The string representation of the error sent by our peer.
- setError(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for error.
- setError(String) - Method in class org.lightningj.lnd.wrapper.message.TimestampedError
-
Setter for error.
- setErrorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
An optional error to send the initiating party to indicate why the channel
was rejected.
- setErrorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
The string representation of the error sent by our peer.
- setErrors(int, LightningApi.TimestampedError) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- setErrors(int, LightningApi.TimestampedError.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The latest errors received from our peer with timestamps, limited to the 10
most recent errors.
- setErrors(List<TimestampedError>) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for list of errors.
- setEventType(RouterOuterClass.HtlcEvent.EventType) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- setEventType(HtlcEvent.EventType) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for eventType.
- setEventTypeValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The event type indicates whether the htlc was part of a send, receive or
forward.
- setExpiration(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
The absolute expiration of the output lease represented as a unix timestamp.
- setExpiration(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The absolute expiration of the output lease represented as a unix timestamp.
- setExpiration(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputResponse
-
Setter for expiration.
- setExpiration(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.UtxoLease
-
Setter for expiration.
- setExpirationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4;
- setExpirationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for expirationHeight.
- setExpirationSeconds(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The time in seconds before the lock expires.
- setExpirationSeconds(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputRequest
-
Setter for expirationSeconds.
- setExpiry(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Payment request expiry time in seconds.
- setExpiry(int) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5;
- setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Payment request expiry time in seconds.
- setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5;
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for expiry.
- setExpiry(int) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for expiry.
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for expiry.
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for expiry.
- setExpiryHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Block height at which this htlc expires.
- setExpiryHeight(int) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for expiryHeight.
- setExtendedPublicKey(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The public key backing the account that all keys are derived from
represented as an extended key.
- setExtendedPublicKey(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A public key that corresponds to a wallet account represented as an extended
key.
- setExtendedPublicKey(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for extendedPublicKey.
- setExtendedPublicKey(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Setter for extendedPublicKey.
- setExtendedPublicKeyBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The public key backing the account that all keys are derived from
represented as an extended key.
- setExtendedPublicKeyBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A public key that corresponds to a wallet account represented as an extended
key.
- setExternalKeyCount(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The number of keys derived from the external branch of the account public
key.
- setExternalKeyCount(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for externalKeyCount.
- setExtraOpaqueData(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- setExtraOpaqueData(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for extraOpaqueData.
- setFailAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Lowest amount that failed to forward in millisats.
- setFailAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Setter for failAmtMsat.
- setFailAmtSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Lowest amount that failed to forward rounded to whole sats.
- setFailAmtSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Setter for failAmtSat.
- setFailedHtlcsOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
Only delete failed HTLCs from payments, not the payment itself.
- setFailedHtlcsOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
-
Setter for failedHtlcsOnly.
- setFailedPaymentsOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
Only delete failed payments.
- setFailedPaymentsOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
-
Setter for failedPaymentsOnly.
- setFailTime(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Time of last failure.
- setFailTime(long) - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Setter for failTime.
- setFailure(LightningApi.Failure) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
Detailed htlc failure info.
- setFailure(LightningApi.Failure.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
Detailed htlc failure info.
- setFailure(LightningApi.Failure) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The failure message in case the payment failed.
- setFailure(LightningApi.Failure.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The failure message in case the payment failed.
- setFailure(Failure) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for list of failure.
- setFailure(Failure) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Setter for list of failure.
- setFailureDetail(RouterOuterClass.FailureDetail) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureDetail provides additional information about the reason for the
failure.
- setFailureDetail(FailureDetail) - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Setter for failureDetail.
- setFailureDetailValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureDetail provides additional information about the reason for the
failure.
- setFailureReason(LightningApi.PaymentFailureReason) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- setFailureReason(PaymentFailureReason) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for failureReason.
- setFailureReasonValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
.lnrpc.PaymentFailureReason failure_reason = 16;
- setFailureSourceIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
The position in the path of the intermediate or final node that generated
the failure message.
- setFailureSourceIndex(int) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for failureSourceIndex.
- setFailureString(String) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
A string representation of the link failure.
- setFailureString(String) - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Setter for failureString.
- setFailureStringBytes(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
A string representation of the link failure.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Fallback on-chain address.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Fallback on-chain address.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8;
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for fallbackAddr.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for fallbackAddr.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for fallbackAddr.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Fallback on-chain address.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Fallback on-chain address.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8;
- setFeatures(Map<Integer, Feature>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Populates features with all the values in the map.
- setFeatures(Map<Integer, Feature>) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Populates features with all the values in the map.
- setFeatures(Map<Integer, Feature>) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Populates features with all the values in the map.
- setFeatures(Map<Integer, Feature>) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Populates features with all the values in the map.
- setFeatures(Map<Integer, Feature>) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Populates features with all the values in the map.
- setFeatures(Map<Integer, Feature>) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Populates features with all the values in the map.
- setFeaturesEntries(GetInfoResponse.FeaturesEntries) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Sets a wrapped list of entries, used for XML conversion.
- setFeaturesEntries(Invoice.FeaturesEntries) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Sets a wrapped list of entries, used for XML conversion.
- setFeaturesEntries(LightningNode.FeaturesEntries) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Sets a wrapped list of entries, used for XML conversion.
- setFeaturesEntries(NodeUpdate.FeaturesEntries) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Sets a wrapped list of entries, used for XML conversion.
- setFeaturesEntries(PayReq.FeaturesEntries) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Sets a wrapped list of entries, used for XML conversion.
- setFeaturesEntries(Peer.FeaturesEntries) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Sets a wrapped list of entries, used for XML conversion.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total fee (in satoshis) that this payment circuit carried.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for fee.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for fee.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for fee.
- setFeeBaseMsat(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The base fee of the channel denominated in millisatoshis.
- setFeeBaseMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3;
- setFeeBaseMsat(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for feeBaseMsat.
- setFeeBaseMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for feeBaseMsat.
- setFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(LightningApi.FeeLimit.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(LightningApi.FeeLimit.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(FeeLimit) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of feeLimit.
- setFeeLimit(FeeLimit) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for list of feeLimit.
- setFeeLimitMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of millisatoshis that will be paid as a fee of the
payment.
- setFeeLimitMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for feeLimitMsat.
- setFeeLimitSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimitSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for feeLimitSat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The total fee (in milli-satoshis) that this payment circuit carried.
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7;
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The fee paid for this payment in milli-satoshis
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for feeMsat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for feeMsat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for feeMsat.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The initial fee rate that the initiator suggests for both commitment
transactions.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for feePerKw.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for feePerKw.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for feePerKw.
- setFeePerMil(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The amount charged per milli-satoshis transferred expressed in
millionths of a satoshi.
- setFeePerMil(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for feePerMil.
- setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for feeProportionalMillionths.
- setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
The effective fee rate in milli-satoshis.
- setFeeRate(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The fee rate that will be charged per millionth of a satoshi.
- setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The effective fee rate in milli-satoshis.
- setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for feeRate.
- setFeeRate(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for feeRate.
- setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for feeRate.
- setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4;
- setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for feeRateMilliMsat.
- setFeerateSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
Deprecated.
- setFeerateSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Setter for feerateSatPerByte.
- setFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
The total fee in satoshis.
- setFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The fee paid for this payment in satoshis
- setFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Setter for feeSat.
- setFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for feeSat.
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
An optional CLTV delta from the current height that should be used for the
timelock of the final hop.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
CLTV delta from the current height that should be used for the timelock
of the final hop
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for finalCltvDelta.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for finalCltvDelta.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Setter for finalCltvDelta.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for finalCltvDelta.
- setFinalRawTx(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
As an alternative to the signed PSBT with all witness data, the final raw
wire format transaction can also be specified directly.
- setFinalRawTx(byte[]) - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtFinalize
-
Setter for finalRawTx.
- setFirstIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- setFirstIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The index of the first item in the set of returned payments.
- setFirstIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for firstIndexOffset.
- setFirstIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Setter for firstIndexOffset.
- setFixed(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
The fee limit expressed as a fixed amount of satoshis.
- setFixed(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Setter for fixed.
- setFixedMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
The fee limit expressed as a fixed amount of millisatoshis.
- setFixedMsat(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Setter for fixedMsat.
- setFlags(int) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent flags value.
- setFlags(int) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for flags.
- setFlapCount(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The number of times we have recorded this peer going offline or coming
online, recorded across restarts.
- setFlapCount(int) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for flapCount.
- setForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
If true, then the channel will be closed forcibly.
- setForce(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
Whether this input must be force-swept.
- setForce(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
Whether this input must be force-swept.
- setForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for force.
- setForce(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for force.
- setForce(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for force.
- setForwardEvent(RouterOuterClass.ForwardEvent) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardEvent forward_event = 7;
- setForwardEvent(RouterOuterClass.ForwardEvent.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardEvent forward_event = 7;
- setForwardEvent(ForwardEvent) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for list of forwardEvent.
- setForwardFailEvent(RouterOuterClass.ForwardFailEvent) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- setForwardFailEvent(RouterOuterClass.ForwardFailEvent.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.ForwardFailEvent forward_fail_event = 8;
- setForwardFailEvent(ForwardFailEvent) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for list of forwardFailEvent.
- setForwardingChannel(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
If this HTLC is involved in a forwarding operation, this field indicates
the forwarding channel.
- setForwardingChannel(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for forwardingChannel.
- setForwardingEvents(int, LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- setForwardingEvents(int, LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
A list of forwarding events from the time slice of the time series
specified in the request.
- setForwardingEvents(List<ForwardingEvent>) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Setter for list of forwardingEvents.
- setForwardingHtlcIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
Index identifying the htlc on the forwarding channel.
- setForwardingHtlcIndex(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for forwardingHtlcIndex.
- setFrom(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
The sending node of the pair.
- setFrom(byte[]) - Method in class org.lightningj.lnd.wrapper.message.NodePair
-
Setter for from.
- setFromNode(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
The source node pubkey of the pair.
- setFromNode(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityRequest
-
Setter for fromNode.
- setFundedPsbt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
The funded but not yet signed PSBT that sends the exact channel capacity
amount to the PK script returned in the open channel message in a previous
step.
- setFundedPsbt(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
A PSBT that should be signed and finalized.
- setFundedPsbt(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The funded but not yet signed PSBT packet.
- setFundedPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtVerify
-
Setter for fundedPsbt.
- setFundedPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtRequest
-
Setter for fundedPsbt.
- setFundedPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtResponse
-
Setter for fundedPsbt.
- setFundingAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- setFundingAddress(String) - Method in class org.lightningj.lnd.wrapper.message.ReadyForPsbtFunding
-
Setter for fundingAddress.
- setFundingAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
The P2WSH address of the channel funding multisig address that the below
specified amount in satoshis needs to be sent to.
- setFundingAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
The exact amount in satoshis that needs to be sent to the above address to
fund the pending channel.
- setFundingAmount(long) - Method in class org.lightningj.lnd.wrapper.message.ReadyForPsbtFunding
-
Setter for fundingAmount.
- setFundingAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The funding amount in satoshis that initiator wishes to use in the
channel.
- setFundingAmt(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for fundingAmt.
- setFundingCanceled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool funding_canceled = 5;
- setFundingCanceled(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for fundingCanceled.
- setFundingShim(LightningApi.FundingShim) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- setFundingShim(LightningApi.FundingShim.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
- setFundingShim(FundingShim) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for list of fundingShim.
- setFundingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
Txid of the funding transaction.
- setFundingTxidBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for fundingTxidBytes.
- setFundingTxidStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- setFundingTxidStr(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for fundingTxidStr.
- setFundingTxidStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
Hex-encoded string representing the byte-reversed hash of the funding
transaction.
- setGlobal(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, then this update applies to all currently active channels.
- setGlobal(boolean) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for global.
- setGlobalFeatures(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
Deprecated.
- setGlobalFeatures(byte[]) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for globalFeatures.
- setGoVersion(String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The version of go that compiled the executable.
- setGoVersion(String) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for goVersion.
- setGoVersionBytes(ByteString) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The version of go that compiled the executable.
- setGraphDiameter(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1;
- setGraphDiameter(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for graphDiameter.
- setHalfLifeSeconds(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The amount of time mission control will take to restore a penalized node
or channel back to 50% success probability, expressed in seconds.
- setHalfLifeSeconds(long) - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Setter for halfLifeSeconds.
- setHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The hash of the block.
- setHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The hash of the transaction.
- setHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
The hash of the preimage
- setHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
The payment hash of the AMP HTLC.
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Setter for hash.
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Setter for hash.
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for hash.
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Setter for hash.
- setHashLock(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3;
- setHashLock(byte[]) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for hashLock.
- setHeight(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The height of the block.
- setHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent block height.
- setHeight(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Setter for height.
- setHeight(int) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for height.
- setHeightHint(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- setHeightHint(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- setHeightHint(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for heightHint.
- setHeightHint(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Setter for heightHint.
- setHeuristic(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1;
- setHeuristic(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
The name of the heuristic to provide scores to.
- setHeuristic(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Setter for heuristic.
- setHeuristic(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Setter for heuristic.
- setHeuristicBytes(ByteString) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1;
- setHeuristicBytes(ByteString) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
The name of the heuristic to provide scores to.
- setHistory(RouterOuterClass.PairData) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
.routerrpc.PairData history = 7;
- setHistory(RouterOuterClass.PairData.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
.routerrpc.PairData history = 7;
- setHistory(RouterOuterClass.PairData) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The historical data for the requested pair.
- setHistory(RouterOuterClass.PairData.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The historical data for the requested pair.
- setHistory(PairData) - Method in class org.lightningj.lnd.wrapper.router.message.PairHistory
-
Setter for list of history.
- setHistory(PairData) - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityResponse
-
Setter for list of history.
- setHopHints(int, LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- setHopHints(int, LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- setHopHints(List<HopHint>) - Method in class org.lightningj.lnd.wrapper.message.RouteHint
-
Setter for list of hopHints.
- setHopProbability(float) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The probability of success mission control should assign to hop in a route
where it has no other information available.
- setHopProbability(float) - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Setter for hopProbability.
- setHopPubkeys(int, ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
A list of hops that defines the route.
- setHopPubkeys(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Setter for list of hopPubkeys.
- setHops(int, LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- setHops(int, LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- setHops(List<Hop>) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for list of hops.
- setHost(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The network location of the lightning node, e.g.
- setHost(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Setter for host.
- setHostBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The network location of the lightning node, e.g.
- setHtlcId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
/ The index of the incoming htlc in the incoming channel.
- setHtlcId(long) - Method in class org.lightningj.lnd.wrapper.router.message.CircuitKey
-
Setter for htlcId.
- setHtlcIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
Index identifying the htlc on the channel.
- setHtlcIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Index identifying the htlc on the channel.
- setHtlcIndex(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for htlcIndex.
- setHtlcIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for htlcIndex.
- setHtlcMaximumMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The maximum HTLC value which will be accepted.
- setHtlcMaximumMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for htlcMaximumMsat.
- setHtlcMinimumMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The minimum HTLC value which will be accepted.
- setHtlcMinimumMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for htlcMinimumMsat.
- setHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
A failure type-dependent htlc value.
- setHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for htlcMsat.
- setHtlcs(int, LightningApi.InvoiceHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- setHtlcs(int, LightningApi.InvoiceHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
List of HTLCs paying to this invoice [EXPERIMENTAL].
- setHtlcs(int, LightningApi.HTLCAttempt) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- setHtlcs(int, LightningApi.HTLCAttempt.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The HTLCs made in attempt to settle the payment.
- setHtlcs(int, LightningApi.HTLCAttempt) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- setHtlcs(int, LightningApi.HTLCAttempt.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
- setHtlcs(List<InvoiceHTLC>) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for list of htlcs.
- setHtlcs(List<HTLCAttempt>) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for list of htlcs.
- setHtlcs(List<HTLCAttempt>) - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Setter for list of htlcs.
- setId(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
An ID of 32 random bytes that must be unique for each distinct application
using this RPC which will be used to bound the output lease to.
- setId(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The unique ID that was used to lock the output.
- setId(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
A 32 byte random ID that identifies the lease.
- setId(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputRequest
-
Setter for id.
- setId(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ReleaseOutputRequest
-
Setter for id.
- setId(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.UtxoLease
-
Setter for id.
- setIdentityKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- setIdentityKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for identityKey.
- setIdentityKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- setIdentityPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The identity pubkey of the current node.
- setIdentityPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for identityPubkey.
- setIdentityPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The identity pubkey of the current node.
- setIgnoredEdges(int, LightningApi.EdgeLocator) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- setIgnoredEdges(int, LightningApi.EdgeLocator.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Deprecated.
- setIgnoredEdges(List<EdgeLocator>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of ignoredEdges.
- setIgnoredNodes(int, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- setIgnoredNodes(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of ignoredNodes.
- setIgnoredPairs(int, LightningApi.NodePair) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- setIgnoredPairs(int, LightningApi.NodePair.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of directed node pairs that will be ignored during path finding.
- setIgnoredPairs(List<NodePair>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of ignoredPairs.
- setIgnoreLocalState(boolean) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
If set, we will ignore the local channel state when calculating scores.
- setIgnoreLocalState(boolean) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Setter for ignoreLocalState.
- setIKnowWhatIAmDoing(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
Override the requirement for being in dev mode by setting this to true and
confirming the user knows what they are doing and this is a potential foot
gun to lose funds if used on active channels.
- setIKnowWhatIAmDoing(boolean) - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Setter for iKnowWhatIAmDoing.
- setInactiveChannel(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- setInactiveChannel(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4;
- setInactiveChannel(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of inactiveChannel.
- setInactiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- setInactiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for inactiveOnly.
- setInbound(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
A channel is inbound if the counterparty initiated the channel
- setInbound(boolean) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for inbound.
- setIncludeChannels(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
If true, will include all known channels associated with the node.
- setIncludeChannels(boolean) - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Setter for includeChannels.
- setIncludeIncomplete(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If true, then return payments that have not yet fully completed.
- setIncludeIncomplete(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Setter for includeIncomplete.
- setIncludeSessions(boolean) - Method in class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Setter for includeSessions.
- setIncludeSessions(boolean) - Method in class org.lightningj.lnd.wrapper.wtclient.message.ListTowersRequest
-
Setter for includeSessions.
- setIncludeSessions(boolean) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
Whether we should include sessions with the watchtower in the response.
- setIncludeSessions(boolean) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
Whether we should include sessions with the watchtower in the response.
- setIncludeUnannounced(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
Whether unannounced channels are included in the response or not.
- setIncludeUnannounced(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Setter for includeUnannounced.
- setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1;
- setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The direction within the channel that the htlc was sent
- setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for incoming.
- setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for incoming.
- setIncomingAmountMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The incoming htlc amount.
- setIncomingAmountMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for incomingAmountMsat.
- setIncomingAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The amount of the incoming htlc.
- setIncomingAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Setter for incomingAmtMsat.
- setIncomingChannelId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The short channel id that the incoming htlc arrived at our node on.
- setIncomingChannelId(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for incomingChannelId.
- setIncomingCircuitKey(RouterOuterClass.CircuitKey) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The key of this forwarded htlc.
- setIncomingCircuitKey(RouterOuterClass.CircuitKey.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The key of this forwarded htlc.
- setIncomingCircuitKey(RouterOuterClass.CircuitKey) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The key of this forwarded htlc.
- setIncomingCircuitKey(RouterOuterClass.CircuitKey.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The key of this forwarded htlc.
- setIncomingCircuitKey(CircuitKey) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for list of incomingCircuitKey.
- setIncomingCircuitKey(CircuitKey) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptResponse
-
Setter for list of incomingCircuitKey.
- setIncomingExpiry(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The incoming htlc expiry.
- setIncomingExpiry(int) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for incomingExpiry.
- setIncomingHtlcId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
Incoming id is the index of the incoming htlc in the incoming channel.
- setIncomingHtlcId(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for incomingHtlcId.
- setIncomingTimelock(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The timelock on the incoming htlc.
- setIncomingTimelock(int) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Setter for incomingTimelock.
- setIndex(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The index of the output within the transaction.
- setIndex(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Setter for index.
- setIndexOffset(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
Index offset is the offset in the time series to start at.
- setIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- setIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
The index of a payment that will be used as either the start or end of a
query to determine which payments should be returned in the response.
- setIndexOffset(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for indexOffset.
- setIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for indexOffset.
- setIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Setter for indexOffset.
- setInFlightMaxMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The maximum amount of funds in millisatoshis that we allow the remote peer
to have in outstanding htlcs.
- setInFlightMaxMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for inFlightMaxMsat.
- setInfo(RouterOuterClass.HtlcInfo) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
Info contains details about the htlc that was forwarded.
- setInfo(RouterOuterClass.HtlcInfo.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
Info contains details about the htlc that was forwarded.
- setInfo(RouterOuterClass.HtlcInfo) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
Info contains details about the htlc that we failed.
- setInfo(RouterOuterClass.HtlcInfo.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
Info contains details about the htlc that we failed.
- setInfo(HtlcInfo) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardEvent
-
Setter for list of info.
- setInfo(HtlcInfo) - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Setter for list of info.
- setInitiator(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
True if we were the ones that created the channel.
- setInitiator(LightningApi.Initiator) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The party that initiated opening the channel.
- setInitiator(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for initiator.
- setInitiator(Initiator) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for initiator.
- setInitiatorValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The party that initiated opening the channel.
- setInputIndex(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target input within the transaction that should be signed.
- setInputIndex(int) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for inputIndex.
- setInputs(int, LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- setInputs(int, LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
An optional list of inputs to use.
- setInputs(List<OutPoint>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate
-
Setter for list of inputs.
- setInputScripts(int, SignerOuterClass.InputScript) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- setInputScripts(int, SignerOuterClass.InputScript.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
The set of fully valid input scripts requested.
- setInputScripts(List<InputScript>) - Method in class org.lightningj.lnd.wrapper.signer.message.InputScriptResp
-
Setter for list of inputScripts.
- setInternalKeyCount(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The number of keys derived from the internal branch of the account public
key.
- setInternalKeyCount(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for internalKeyCount.
- setInvoices(int, LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- setInvoices(int, LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- setInvoices(List<Invoice>) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for list of invoices.
- setIsAmp(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Signals whether or not this is an AMP invoice.
- setIsAmp(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for isAmp.
- setIsKeysend(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Indicates if this invoice was a spontaneous payment that arrived via keysend
[EXPERIMENTAL].
- setIsKeysend(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for isKeysend.
- setIsKnown(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
bool is_known = 4;
- setIsKnown(boolean) - Method in class org.lightningj.lnd.wrapper.message.Feature
-
Setter for isKnown.
- setIsRequired(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
bool is_required = 3;
- setIsRequired(boolean) - Method in class org.lightningj.lnd.wrapper.message.Feature
-
Setter for isRequired.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Setter for key.
- setKey(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse.FeaturesEntry
-
Setter for key.
- setKey(long) - Method in class org.lightningj.lnd.wrapper.message.Hop.CustomRecordsEntry
-
Setter for key.
- setKey(int) - Method in class org.lightningj.lnd.wrapper.message.Invoice.FeaturesEntry
-
Setter for key.
- setKey(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC.CustomRecordsEntry
-
Setter for key.
- setKey(int) - Method in class org.lightningj.lnd.wrapper.message.LightningNode.FeaturesEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse.MethodPermissionsEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntry
-
Setter for key.
- setKey(int) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate.FeaturesEntry
-
Setter for key.
- setKey(int) - Method in class org.lightningj.lnd.wrapper.message.PayReq.FeaturesEntry
-
Setter for key.
- setKey(int) - Method in class org.lightningj.lnd.wrapper.message.Peer.FeaturesEntry
-
Setter for key.
- setKey(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest.DestCustomRecordsEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Setter for key.
- setKey(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest.DestCustomRecordsEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntry
-
Setter for key.
- setKey(long) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest.CustomRecordsEntry
-
Setter for key.
- setKey(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest.DestCustomRecordsEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate.OutputsEntry
-
Setter for key.
- setKeyDesc(SignerOuterClass.KeyDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
A key descriptor describes the key used for performing ECDH.
- setKeyDesc(SignerOuterClass.KeyDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
A key descriptor describes the key used for performing ECDH.
- setKeyDesc(SignerOuterClass.KeyDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- setKeyDesc(SignerOuterClass.KeyDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- setKeyDesc(KeyDescriptor) - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Setter for list of keyDesc.
- setKeyDesc(KeyDescriptor) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for list of keyDesc.
- setKeyFamily(int) - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
The family of key being identified.
- setKeyFamily(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
The family of key being identified.
- setKeyFamily(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
The target key family to derive a key from.
- setKeyFamily(int) - Method in class org.lightningj.lnd.wrapper.message.KeyLocator
-
Setter for keyFamily.
- setKeyFamily(int) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Setter for keyFamily.
- setKeyFamily(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Setter for keyFamily.
- setKeyFingerPrint(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
Is the key finger print of the root pubkey that this request is targeting.
- setKeyFingerPrint(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Setter for keyFingerPrint.
- setKeyIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
The precise index of the key being identified.
- setKeyIndex(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
The precise index of the key being identified.
- setKeyIndex(int) - Method in class org.lightningj.lnd.wrapper.message.KeyLocator
-
Setter for keyIndex.
- setKeyIndex(int) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Setter for keyIndex.
- setKeyLoc(LightningApi.KeyLocator) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(LightningApi.KeyLocator.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(SignerOuterClass.KeyLocator) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(SignerOuterClass.KeyLocator.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(SignerOuterClass.KeyLocator) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
Deprecated.
- setKeyLoc(SignerOuterClass.KeyLocator.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
Deprecated.
- setKeyLoc(SignerOuterClass.KeyLocator) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(SignerOuterClass.KeyLocator.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(KeyLocator) - Method in class org.lightningj.lnd.wrapper.message.KeyDescriptor
-
Setter for list of keyLoc.
- setKeyLoc(KeyLocator) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Setter for list of keyLoc.
- setKeyLoc(KeyLocator) - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Setter for list of keyLoc.
- setKeyLoc(KeyLocator) - Method in class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Setter for list of keyLoc.
- setLabel(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- setLabel(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- setLabel(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
A label that was optionally set on transaction broadcast.
- setLabel(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
The label to add to the transaction, limited to 500 characters.
- setLabel(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- setLabel(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
An optional label to save with the transaction.
- setLabel(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for label.
- setLabel(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for label.
- setLabel(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for label.
- setLabel(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LabelTransactionRequest
-
Setter for label.
- setLabel(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for label.
- setLabel(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Transaction
-
Setter for label.
- setLabelBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- setLabelBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- setLabelBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
A label that was optionally set on transaction broadcast.
- setLabelBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
The label to add to the transaction, limited to 500 characters.
- setLabelBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
An optional label for the transaction, limited to 500 characters.
- setLabelBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
An optional label to save with the transaction.
- setLastFlapNs(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The timestamp of the last flap we observed for this peer.
- setLastFlapNs(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for lastFlapNs.
- setLastHopPubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The pubkey of the last hop of the route.
- setLastHopPubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The pubkey of the last hop of the route.
- setLastHopPubkey(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The pubkey of the last hop of the route.
- setLastHopPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for lastHopPubkey.
- setLastHopPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for lastHopPubkey.
- setLastHopPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for lastHopPubkey.
- setLastIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- setLastIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The index of the last item in the set of returned payments.
- setLastIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for lastIndexOffset.
- setLastIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Setter for lastIndexOffset.
- setLastOffsetIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
The index of the last time in the set of returned forwarding events.
- setLastOffsetIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Setter for lastOffsetIndex.
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
Deprecated.
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1;
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 last_update = 7;
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for lastUpdate.
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for lastUpdate.
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for lastUpdate.
- setLatestError(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
If true, only the last error that our peer sent us will be returned with
the peer's information, rather than the full set of historic errors we have
stored.
- setLatestError(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListPeersRequest
-
Setter for latestError.
- setLevelSpec(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- setLevelSpec(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Setter for levelSpec.
- setLevelSpecBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- setLifetime(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The number of seconds that the channel has been monitored by the channel
scoring system.
- setLifetime(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for lifetime.
- setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The balance in satoshis encumbered in this pending channel
- setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
The balance in satoshis encumbered in this channel
- setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for limboBalance.
- setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for limboBalance.
- setLinkFailEvent(RouterOuterClass.LinkFailEvent) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- setLinkFailEvent(RouterOuterClass.LinkFailEvent.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.LinkFailEvent link_fail_event = 10;
- setLinkFailEvent(LinkFailEvent) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for list of linkFailEvent.
- setListeners(int, String) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The listening addresses of the watchtower.
- setListeners(List<String>) - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Setter for list of listeners.
- setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
This node's current balance in this channel
- setLocalBalance(LightningApi.Amount) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local balances.
- setLocalBalance(LightningApi.Amount.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local balances.
- setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4;
- setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for localBalance.
- setLocalBalance(Amount) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for list of localBalance.
- setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for localBalance.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis this node is required to reserve in its
balance.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for localChanReserveSat.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for localChanReserveSat.
- setLocalCommitFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
The amount in satoshis calculated to be paid in fees for the local
commitment.
- setLocalCommitFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Setter for localCommitFeeSat.
- setLocalConstraints(LightningApi.ChannelConstraints) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the local node.
- setLocalConstraints(LightningApi.ChannelConstraints.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the local node.
- setLocalConstraints(ChannelConstraints) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for list of localConstraints.
- setLocalForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool local_force = 2;
- setLocalForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for localForce.
- setLocalFundingAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The number of satoshis the wallet should commit to the channel
- setLocalFundingAmount(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for localFundingAmount.
- setLocalKey(LightningApi.KeyDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
Our local key to use when creating the multi-sig output.
- setLocalKey(LightningApi.KeyDescriptor.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
Our local key to use when creating the multi-sig output.
- setLocalKey(KeyDescriptor) - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Setter for list of localKey.
- setLocalTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the local version of the commitment tx.
- setLocalTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Setter for localTxid.
- setLocalTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the local version of the commitment tx.
- setLockedUtxos(int, WalletKitOuterClass.UtxoLease) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- setLockedUtxos(int, WalletKitOuterClass.UtxoLease.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
The list of lock leases that were acquired for the inputs in the funded PSBT
packet.
- setLockedUtxos(int, WalletKitOuterClass.UtxoLease) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- setLockedUtxos(int, WalletKitOuterClass.UtxoLease.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
The list of currently leased utxos.
- setLockedUtxos(List<UtxoLease>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtResponse
-
Setter for list of lockedUtxos.
- setLockedUtxos(List<UtxoLease>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListLeasesResponse
-
Setter for list of lockedUtxos.
- setMacaroon(String) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
The hex encoded macaroon, serialized in binary format.
- setMacaroon(String) - Method in class org.lightningj.lnd.wrapper.message.BakeMacaroonResponse
-
Setter for macaroon.
- setMacaroonBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
The hex encoded macaroon, serialized in binary format.
- setMasterKeyFingerprint(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The fingerprint of the root key from which the account public key was
derived from.
- setMasterKeyFingerprint(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
The fingerprint of the root key (also known as the key with derivation path
m/) from which the account public key was derived from.
- setMasterKeyFingerprint(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for masterKeyFingerprint.
- setMasterKeyFingerprint(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Setter for masterKeyFingerprint.
- setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The height at which funds can be swept into the wallet
- setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The next block height at which we can spend the current stage
- setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for maturityHeight.
- setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for maturityHeight.
- setMaxAcceptedHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The total number of incoming HTLC's that the initiator will accept.
- setMaxAcceptedHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The total number of incoming HTLC's that the initiator will accept.
- setMaxAcceptedHtlcs(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for maxAcceptedHtlcs.
- setMaxAcceptedHtlcs(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Setter for maxAcceptedHtlcs.
- setMaxBackups(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Setter for maxBackups.
- setMaxBackups(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The maximum number of backups allowed by the watchtower session.
- setMaxChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9;
- setMaxChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for maxChannelSize.
- setMaxConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
The maximum number of confirmations to be included.
- setMaxConfs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
The maximum number of confirmations to be included.
- setMaxConfs(int) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Setter for maxConfs.
- setMaxConfs(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentRequest
-
Setter for maxConfs.
- setMaxHtlcCount(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The maximum number of htlcs that the remote peer can offer us.
- setMaxHtlcCount(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for maxHtlcCount.
- setMaxHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If set, the maximum HTLC size in milli-satoshis.
- setMaxHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint64 max_htlc_msat = 6;
- setMaxHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for maxHtlcMsat.
- setMaxHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for maxHtlcMsat.
- setMaximumPaymentResults(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The maximum number of payment results that mission control will store.
- setMaximumPaymentResults(int) - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Setter for maximumPaymentResults.
- setMaxLocalCsv(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Max local csv is the maximum csv delay we will allow for our own commitment
transaction.
- setMaxLocalCsv(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for maxLocalCsv.
- setMaxOutDegree(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3;
- setMaxOutDegree(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for maxOutDegree.
- setMaxParts(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of partial payments that may be use to complete the full
amount.
- setMaxParts(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for maxParts.
- setMaxPayments(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
The maximal number of payments returned in the response to this query.
- setMaxPayments(long) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Setter for maxPayments.
- setMaxPendingAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- setMaxPendingAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Setter for maxPendingAmtMsat.
- setMaxShardSizeMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The largest payment split that should be attempted when making a payment if
splitting is necessary.
- setMaxShardSizeMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for maxShardSizeMsat.
- setMaxUpdates(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyResponse
-
Setter for maxUpdates.
- setMaxUpdates(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
The maximum number of updates each session we negotiate with watchtowers
should allow.
- setMaxValueInFlight(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The maximum amount of coins in millisatoshis that can be pending in this
channel.
- setMaxValueInFlight(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for maxValueInFlight.
- setMedianChannelSizeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 median_channel_size_sat = 10;
- setMedianChannelSizeSat(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for medianChannelSizeSat.
- setMemo(String) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- setMemo(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- setMemo(String) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for memo.
- setMemo(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for memo.
- setMemoBytes(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- setMemoBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- setMessageFlags(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The bitfield that describes whether optional fields are present in this
update.
- setMessageFlags(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for messageFlags.
- setMethodPermissions(Map<String, MacaroonPermissionList>) - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse
-
Populates methodPermissions with all the values in the map.
- setMethodPermissionsEntries(ListPermissionsResponse.MethodPermissionsEntries) - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse
-
Sets a wrapped list of entries, used for XML conversion.
- setMinAcceptDepth(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The number of confirmations we require before we consider the channel open.
- setMinAcceptDepth(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for minAcceptDepth.
- setMinChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8;
- setMinChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for minChannelSize.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
The minimum number of confirmations to be included.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the funding transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
The minimum number of confirmations to be included.
- setMinConfs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The minimum number of confirmations each one of your outputs used for
the transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for minConfs.
- setMinHtlc(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The smallest HTLC in millisatoshis that the initiator will accept.
- setMinHtlc(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2;
- setMinHtlc(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for minHtlc.
- setMinHtlc(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for minHtlc.
- setMinHtlcIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The minimum value in millisatoshis for incoming htlcs on the channel.
- setMinHtlcIn(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for minHtlcIn.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
The smallest HTLC in millisatoshis that the initiator will accept.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The minimum value in millisatoshi we will require for incoming HTLCs on
the channel.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The minimum HTLC size in milli-satoshis.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelConstraints
-
Setter for minHtlcMsat.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for minHtlcMsat.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for minHtlcMsat.
- setMinHtlcMsatSpecified(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
If true, min_htlc_msat is applied.
- setMinHtlcMsatSpecified(boolean) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for minHtlcMsatSpecified.
- setMinimumFailureRelaxInterval(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The minimum time that must have passed since the previously recorded failure
before we raise the failure amount.
- setMinimumFailureRelaxInterval(long) - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Setter for minimumFailureRelaxInterval.
- setMissionControlConfig(RouterOuterClass.SetMissionControlConfigRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
SetMissionControlConfig will set mission control's config, if the config
provided is valid.
- setMissionControlConfig(RouterOuterClass.SetMissionControlConfigRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterFutureStub
-
SetMissionControlConfig will set mission control's config, if the config
provided is valid.
- setMissionControlConfig(RouterOuterClass.SetMissionControlConfigRequest, StreamObserver<RouterOuterClass.SetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
SetMissionControlConfig will set mission control's config, if the config
provided is valid.
- setMissionControlConfig(RouterOuterClass.SetMissionControlConfigRequest, StreamObserver<RouterOuterClass.SetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
SetMissionControlConfig will set mission control's config, if the config
provided is valid.
- setMissionControlConfig(MissionControlConfig, StreamObserver<SetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a setMissionControlConfig request.
- setMissionControlConfig(SetMissionControlConfigRequest, StreamObserver<SetMissionControlConfigResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a setMissionControlConfig request.
- setMissionControlConfig(MissionControlConfig) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a setMissionControlConfig request.
- setMissionControlConfig(SetMissionControlConfigRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a setMissionControlConfig request.
- SetMissionControlConfigRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SetMissionControlConfigRequest.
- SetMissionControlConfigRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigRequest
-
Empty Constructor
- SetMissionControlConfigRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigRequest
-
Json Parsing Constructor
- SetMissionControlConfigRequest(RouterOuterClass.SetMissionControlConfigRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigRequest
-
Constructor using underlying Lightning API Object
- SetMissionControlConfigResponse - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SetMissionControlConfigResponse.
- SetMissionControlConfigResponse() - Constructor for class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigResponse
-
Empty Constructor
- SetMissionControlConfigResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigResponse
-
Json Parsing Constructor
- SetMissionControlConfigResponse(RouterOuterClass.SetMissionControlConfigResponse) - Constructor for class org.lightningj.lnd.wrapper.router.message.SetMissionControlConfigResponse
-
Constructor using underlying Lightning API Object
- setMonthFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 month.
- setMonthFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for monthFeeSum.
- setMppRecord(LightningApi.MPPRecord) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an MPP payment.
- setMppRecord(LightningApi.MPPRecord.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional TLV record that signals the use of an MPP payment.
- setMppRecord(MPPRecord) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for list of mppRecord.
- setMppTotalAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
The total amount of the mpp payment in msat.
- setMppTotalAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for mppTotalAmtMsat.
- setMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
Value denominated in milli-satoshis.
- setMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Amount
-
Setter for msat.
- setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
The message to be signed.
- setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
The message over which the signature is to be verified.
- setMsg(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
The message to be signed.
- setMsg(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
The message over which the signature is to be verified.
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Setter for msg.
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Setter for msg.
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Setter for msg.
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageReq
-
Setter for msg.
- setMultiChanBackup(LightningApi.MultiChanBackup) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- setMultiChanBackup(LightningApi.MultiChanBackup.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- setMultiChanBackup(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- setMultiChanBackup(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
The channels to restore in the packed multi backup format.
- setMultiChanBackup(MultiChanBackup) - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Setter for list of multiChanBackup.
- setMultiChanBackup(byte[]) - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Setter for multiChanBackup.
- setMultiChanBackup(byte[]) - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Setter for multiChanBackup.
- setName(String) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
string name = 2;
- setName(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The name used to identify the account.
- setName(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A name to identify the account with.
- setName(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this name.
- setName(String) - Method in class org.lightningj.lnd.wrapper.message.Feature
-
Setter for name.
- setName(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for name.
- setName(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportAccountRequest
-
Setter for name.
- setName(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListAccountsRequest
-
Setter for name.
- setNameBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
string name = 2;
- setNameBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
The name used to identify the account.
- setNameBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
A name to identify the account with.
- setNameBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
An optional filter to only return accounts matching this name.
- setNetwork(String) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The network the node is on (eg regtest, testnet, mainnet)
- setNetwork(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1;
- setNetwork(String) - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Setter for network.
- setNetwork(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Setter for network.
- setNetworkBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
The network the node is on (eg regtest, testnet, mainnet)
- setNetworkBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1;
- setNewMacaroonRootKey(boolean) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
new_macaroon_root_key is an optional argument instructing the daemon to
rotate the macaroon root key when set to true.
- setNewMacaroonRootKey(boolean) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Setter for newMacaroonRootKey.
- setNewPassword(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- setNewPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Setter for newPassword.
- setNextBroadcastHeight(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- setNextBroadcastHeight(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for nextBroadcastHeight.
- setNode(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- setNode(LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- setNode(LightningNode) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for list of node.
- setNode1Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- setNode1Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7;
- setNode1Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for list of node1Policy.
- setNode1Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4;
- setNode1Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for node1Pub.
- setNode1PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4;
- setNode2Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- setNode2Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8;
- setNode2Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for list of node2Policy.
- setNode2Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5;
- setNode2Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for node2Pub.
- setNode2PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5;
- setNodeAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- setNodeAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated .lnrpc.NodeAddress node_addresses = 7;
- setNodeAddresses(List<NodeAddress>) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for list of nodeAddresses.
- setNodeFrom(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
The source node pubkey of the pair.
- setNodeFrom(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.PairHistory
-
Setter for nodeFrom.
- setNodeId(String) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The public key of the node at the start of the channel.
- setNodeId(String) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for nodeId.
- setNodeIdBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The public key of the node at the start of the channel.
- setNodePubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The pubkey of the node that wishes to open an inbound channel.
- setNodePubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The pubkey of the node to open a channel with.
- setNodePubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for nodePubkey.
- setNodePubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for nodePubkey.
- setNodePubkeyString(String) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Deprecated.
- setNodePubkeyString(String) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for nodePubkeyString.
- setNodePubkeyStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Deprecated.
- setNodes(int, LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- setNodes(int, LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
The list of `LightningNode`s in this channel graph
- setNodes(List<LightningNode>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Setter for list of nodes.
- setNodeTo(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
The destination node pubkey of the pair.
- setNodeTo(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.PairHistory
-
Setter for nodeTo.
- setNodeUpdates(int, LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- setNodeUpdates(int, LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- setNodeUpdates(List<NodeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of nodeUpdates.
- setNoInflightUpdates(boolean) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
If set, only the final payment update is streamed back.
- setNoInflightUpdates(boolean) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
If set, only the final payment update is streamed back.
- setNoInflightUpdates(boolean) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for noInflightUpdates.
- setNoInflightUpdates(boolean) - Method in class org.lightningj.lnd.wrapper.router.message.TrackPaymentRequest
-
Setter for noInflightUpdates.
- setNonce(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
bytes nonce = 1;
- setNonce(byte[]) - Method in class org.lightningj.lnd.wrapper.message.MacaroonId
-
Setter for nonce.
- setNoPublish(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
If a channel should be part of a batch (multiple channel openings in one
transaction), it can be dangerous if the whole batch transaction is
published too early before all channel opening negotiations are completed.
- setNoPublish(boolean) - Method in class org.lightningj.lnd.wrapper.message.PsbtShim
-
Setter for noPublish.
- setNormalizedValue(double) - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
The value normalized to [0,1] or [-1,1].
- setNormalizedValue(double) - Method in class org.lightningj.lnd.wrapper.message.FloatMetric
-
Setter for normalizedValue.
- setNumActiveChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of active channels
- setNumActiveChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for numActiveChannels.
- setNumBackups(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Setter for numBackups.
- setNumBackups(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Setter for numBackups.
- setNumBackups(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of backups made to all active and exhausted watchtower
sessions.
- setNumBackups(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The total number of successful backups that have been made to the
watchtower session.
- setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5;
- setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
The total number of channels for the node.
- setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for numChannels.
- setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for numChannels.
- setNumConfirmations(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The number of confirmations
- setNumConfirmations(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for numConfirmations.
- setNumConfs(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- setNumConfs(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for numConfs.
- setNumConfsLeft(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- setNumConfsLeft(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for numConfsLeft.
- setNumFailedBackups(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Setter for numFailedBackups.
- setNumFailedBackups(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of backups that all active and exhausted watchtower
sessions have failed to acknowledge.
- setNumInactiveChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of inactive channels
- setNumInactiveChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for numInactiveChannels.
- setNumMaxEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
The max number of events to return in the response to this query.
- setNumMaxEvents(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for numMaxEvents.
- setNumMaxInvoices(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The max number of invoices to return in the response to this query.
- setNumMaxInvoices(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for numMaxInvoices.
- setNumMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_msat = 12;
- setNumMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for numMsat.
- setNumNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4;
- setNumNodes(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for numNodes.
- setNumPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of peers
- setNumPeers(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for numPeers.
- setNumPendingBackups(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Setter for numPendingBackups.
- setNumPendingBackups(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Setter for numPendingBackups.
- setNumPendingBackups(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of backups that are pending to be acknowledged by all
active and exhausted watchtower sessions.
- setNumPendingBackups(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The total number of backups in the session that are currently pending to be
acknowledged by the watchtower.
- setNumPendingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Number of pending channels
- setNumPendingChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for numPendingChannels.
- setNumSatoshis(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3;
- setNumSatoshis(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for numSatoshis.
- setNumSessions(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Setter for numSessions.
- setNumSessions(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The number of sessions that have been negotiated with the watchtower.
- setNumSessionsAcquired(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Setter for numSessionsAcquired.
- setNumSessionsAcquired(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of new sessions made to watchtowers.
- setNumSessionsExhausted(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Setter for numSessionsExhausted.
- setNumSessionsExhausted(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
The total number of watchtower sessions that have been exhausted.
- setNumUpdates(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- setNumUpdates(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for numUpdates.
- setNumZombieChans(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
The number of edges marked as zombies.
- setNumZombieChans(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for numZombieChans.
- setOnionBlob(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The onion blob for the next hop
- setOnionBlob(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for onionBlob.
- setOnionSha256(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
The sha256 sum of the onion payload.
- setOnionSha256(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Failure
-
Setter for onionSha256.
- setOpenChannel(LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1;
- setOpenChannel(LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1;
- setOpenChannel(Channel) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of openChannel.
- setOpenInitiator(LightningApi.Initiator) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Open initiator is the party that initiated opening the channel.
- setOpenInitiator(Initiator) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for openInitiator.
- setOpenInitiatorValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Open initiator is the party that initiated opening the channel.
- setOps(int, LightningApi.Op) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- setOps(int, LightningApi.Op.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
repeated .lnrpc.Op ops = 3;
- setOps(List<Op>) - Method in class org.lightningj.lnd.wrapper.message.MacaroonId
-
Setter for list of ops.
- setOutcome(LightningApi.ResolutionOutcome) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outcome of our on chain action that resolved the outpoint.
- setOutcome(ResolutionOutcome) - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Setter for outcome.
- setOutcomeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outcome of our on chain action that resolved the outpoint.
- setOutgoingAmountMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The outgoing htlc amount.
- setOutgoingAmountMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for outgoingAmountMsat.
- setOutgoingAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The amount of the outgoing htlc.
- setOutgoingAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Setter for outgoingAmtMsat.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Deprecated.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for outgoingChanId.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for outgoingChanId.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Setter for outgoingChanId.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for outgoingChanId.
- setOutgoingChanIds(int, long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel ids of the channels are allowed for the first hop.
- setOutgoingChanIds(List<Long>) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for list of outgoingChanIds.
- setOutgoingChannelId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The short channel id that the outgoing htlc left our node on.
- setOutgoingChannelId(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for outgoingChannelId.
- setOutgoingExpiry(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The outgoing htlc expiry.
- setOutgoingExpiry(int) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for outgoingExpiry.
- setOutgoingHtlcId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
Outgoing id is the index of the outgoing htlc in the outgoing channel.
- setOutgoingHtlcId(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for outgoingHtlcId.
- setOutgoingRequestedChanId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The requested outgoing channel id for this forwarded htlc.
- setOutgoingRequestedChanId(long) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for outgoingRequestedChanId.
- setOutgoingTimelock(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
The timelock on the outgoing htlc.
- setOutgoingTimelock(int) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcInfo
-
Setter for outgoingTimelock.
- setOutpoint(ChainNotifierOuterClass.Outpoint) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- setOutpoint(ChainNotifierOuterClass.Outpoint.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- setOutpoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The final output to be swept back to the user's wallet
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outpoint that was spent by the resolution.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The outpoint that was spent by the resolution.
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The outpoint in format txid:n
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The outpoint in format txid:n
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The identifying outpoint of the output being leased.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
The identifying outpoint of the output being leased.
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The identifying outpoint of the output being released.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
The identifying outpoint of the output being released.
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The identifying outpoint of the output being leased.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
The identifying outpoint of the output being leased.
- setOutpoint(Outpoint) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Setter for list of outpoint.
- setOutpoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LeaseOutputRequest
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ReleaseOutputRequest
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.UtxoLease
-
Setter for list of outpoint.
- setOutpointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The final output to be swept back to the user's wallet
- setOutput(SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- setOutput(SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- setOutput(TxOut) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for list of output.
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
The index of the output of the funding transaction
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
The index of the output on the transaction.
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2;
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for outputIndex.
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Setter for outputIndex.
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Setter for outputIndex.
- setOutputs(int, SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- setOutputs(int, SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- setOutputs(List<TxOut>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for list of outputs.
- setOutputs(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate
-
Populates outputs with all the values in the map.
- setOutputsEntries(TxTemplate.OutputsEntries) - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate
-
Sets a wrapped list of entries, used for XML conversion.
- setOverwrite(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
Whether to overwrite the existing label, if it is present.
- setOverwrite(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LabelTransactionRequest
-
Setter for overwrite.
- setPairs(int, RouterOuterClass.PairHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- setPairs(int, RouterOuterClass.PairHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
Node pair-level mission control state.
- setPairs(int, RouterOuterClass.PairHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- setPairs(int, RouterOuterClass.PairHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
Node pair-level mission control state to be imported.
- setPairs(List<PairHistory>) - Method in class org.lightningj.lnd.wrapper.router.message.QueryMissionControlResponse
-
Setter for list of pairs.
- setPairs(List<PairHistory>) - Method in class org.lightningj.lnd.wrapper.router.message.XImportMissionControlRequest
-
Setter for list of pairs.
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The payment address of the generated invoice.
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The payment address of this invoice.
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
A unique, random identifier used to authenticate the sender as the intended
payer of a multi-path payment.
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
bytes payment_addr = 11;
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The payment address of the generated invoice.
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
An optional payment addr to be included within the last hop of the route.
- setPaymentAddr(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional payment addr to be included within the last hop of the route.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for paymentAddr.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for paymentAddr.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.message.MPPRecord
-
Setter for paymentAddr.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for paymentAddr.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentAddr.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteRequest
-
Setter for paymentAddr.
- setPaymentAddr(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for paymentAddr.
- setPaymentError(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1;
- setPaymentError(String) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for paymentError.
- setPaymentErrorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1;
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
Hash corresponding to the (hold) invoice to cancel.
- setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment hash
- setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2;
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The hash to use within the payment's HTLC.
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_hash = 4;
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
The payment hash to use for the HTLC.
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
The htlc payment hash.
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The hash to use within the payment's HTLC
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
The payment hash to use for the HTLC.
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
The hash of the payment to look up.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Setter for paymentHash.
- setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for paymentHash.
- setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.TrackPaymentRequest
-
Setter for paymentHash.
- setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment hash
- setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2;
- setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Deprecated.
- setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentHashString.
- setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Setter for paymentHashString.
- setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
Deprecated.
- setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Deprecated.
- setPaymentIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The creation index of this payment.
- setPaymentIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for paymentIndex.
- setPaymentPreimage(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment preimage
- setPaymentPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2;
- setPaymentPreimage(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for paymentPreimage.
- setPaymentPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for paymentPreimage.
- setPaymentPreimageBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The payment preimage
- setPaymentRequest(String) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The optional payment request being fulfilled.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
-
Setter for paymentRequest.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for paymentRequest.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for paymentRequest.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for paymentRequest.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentRequest.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for paymentRequest.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The optional payment request being fulfilled.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3;
- setPaymentRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3;
- setPaymentRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for list of paymentRoute.
- setPayments(int, LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- setPayments(int, LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
The list of payments
- setPayments(List<Payment>) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Setter for list of payments.
- setPayReq(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
The payment request string to be decoded
- setPayReq(String) - Method in class org.lightningj.lnd.wrapper.message.PayReqString
-
Setter for payReq.
- setPayReqBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
The payment request string to be decoded
- setPeer(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
Filters the response for channels with a target peer's pubkey.
- setPeer(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for peer.
- setPeers(int, LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- setPeers(int, LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
The list of currently connected peers
- setPeers(List<Peer>) - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
-
Setter for list of peers.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The pending channel id.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The pending channel id to which this response applies.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
If non-zero, then this will be used as the pending channel ID on the wire
protocol to initate the funding request.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
The pending channel ID of the channel to get the PSBT for.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
The pending channel ID of the channel to get the PSBT for.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
The pending channel ID of the channel to cancel the funding shim for.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
The pending channel ID of the created channel.
- setPendingChanId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
A unique identifier of 32 random bytes that will be used as the pending
channel ID to identify the PSBT state machine when interacting with it and
on the wire protocol to initiate the funding request.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtFinalize
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtVerify
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.FundingShimCancel
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for pendingChanId.
- setPendingChanId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PsbtShim
-
Setter for pendingChanId.
- setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Deprecated.
- setPendingClosingChannels(List<PendingChannelsResponse.ClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pendingClosingChannels.
- setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending force closing
- setPendingForceClosingChannels(List<PendingChannelsResponse.ForceClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pendingForceClosingChannels.
- setPendingFundingShimOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
bool pending_funding_shim_only = 2;
- setPendingFundingShimOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Setter for pendingFundingShimOnly.
- setPendingHtlcs(int, LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- setPendingHtlcs(int, LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- setPendingHtlcs(int, LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- setPendingHtlcs(int, LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
- setPendingHtlcs(List<HTLC>) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for list of pendingHtlcs.
- setPendingHtlcs(List<PendingHTLC>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for list of pendingHtlcs.
- setPendingOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, only invoices that are not settled and not canceled will be returned
in the response.
- setPendingOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for pendingOnly.
- setPendingOpenBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Deprecated.
- setPendingOpenBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for pendingOpenBalance.
- setPendingOpenChannel(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- setPendingOpenChannel(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.PendingUpdate pending_open_channel = 6;
- setPendingOpenChannel(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of pendingOpenChannel.
- setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels pending opening
- setPendingOpenChannels(List<PendingChannelsResponse.PendingOpenChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pendingOpenChannels.
- setPendingOpenLocalBalance(LightningApi.Amount) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending local balances.
- setPendingOpenLocalBalance(LightningApi.Amount.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending local balances.
- setPendingOpenLocalBalance(Amount) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for list of pendingOpenLocalBalance.
- setPendingOpenRemoteBalance(LightningApi.Amount) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending remote balances.
- setPendingOpenRemoteBalance(LightningApi.Amount.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels pending remote balances.
- setPendingOpenRemoteBalance(Amount) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for list of pendingOpenRemoteBalance.
- setPendingSweeps(int, WalletKitOuterClass.PendingSweep) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- setPendingSweeps(int, WalletKitOuterClass.PendingSweep.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- setPendingSweeps(List<PendingSweep>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweepsResponse
-
Setter for list of pendingSweeps.
- setPercent(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
The fee limit expressed as a percentage of the payment amount.
- setPercent(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Setter for percent.
- setPerformValidation(boolean) - Method in class org.lightningj.lnd.wrapper.API
-
- setPerm(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- setPerm(boolean) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for perm.
- setPermissions(int, LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- setPermissions(int, LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The list of permissions the new macaroon should grant.
- setPermissions(int, LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- setPermissions(int, LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
A list of macaroon permissions.
- setPermissions(List<MacaroonPermission>) - Method in class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
-
Setter for list of permissions.
- setPermissions(List<MacaroonPermission>) - Method in class org.lightningj.lnd.wrapper.message.MacaroonPermissionList
-
Setter for list of permissions.
- setPingTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Ping time to this peer
- setPingTime(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for pingTime.
- setPkScript(String) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The pkscript in hex
- setPkScript(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
The script of the output being spent.
- setPkScript(String) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for pkScript.
- setPkScript(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Setter for pkScript.
- setPkScriptBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
The pkscript in hex
- setPolicyType(PolicyType) - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyRequest
-
Setter for policyType.
- setPolicyType(Wtclient.PolicyType) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
The client type from which to retrieve the active offering policy.
- setPolicyTypeValue(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
The client type from which to retrieve the active offering policy.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
Externally discovered pre-image that should be used to settle the hold
invoice.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
The preimage used to settle this AMP htlc.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The preimage that was used to settle the HTLC.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
The preimage in case the resolve action is Settle.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The pre-image of the payment when state is SUCCEEDED.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
The preimage obtained by making the payment.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptResponse
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Setter for preimage.
- setPrivate(boolean) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Whether this invoice should include routing hints for private channels.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Whether this channel is advertised to the network or not.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Whether this invoice should include routing hints for private channels.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Whether this channel should be private, not announced to the greater
network.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for private.
- setPrivateOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- setPrivateOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for privateOnly.
- setProbability(double) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
The success probability for the requested pair.
- setProbability(double) - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityResponse
-
Setter for probability.
- setProgress(double) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
The recovery progress, ranging from 0 to 1.
- setProgress(double) - Method in class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Setter for progress.
- setPsbt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
A raw PSBT that contains the pending channel output.
- setPsbt(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use an existing PSBT packet as the template for the funded PSBT.
- setPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ReadyForPsbtFunding
-
Setter for psbt.
- setPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for psbt.
- setPsbtFinalize(LightningApi.FundingPsbtFinalize) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- setPsbtFinalize(LightningApi.FundingPsbtFinalize.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- setPsbtFinalize(FundingPsbtFinalize) - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Setter for list of psbtFinalize.
- setPsbtFund(LightningApi.ReadyForPsbtFunding) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- setPsbtFund(LightningApi.ReadyForPsbtFunding.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
Signals that the funding process has been suspended and the construction
of a PSBT that funds the channel PK script is now required.
- setPsbtFund(ReadyForPsbtFunding) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of psbtFund.
- setPsbtShim(LightningApi.PsbtShim) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- setPsbtShim(LightningApi.PsbtShim.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
A channel shim that uses a PSBT to fund and sign the channel funding
transaction.
- setPsbtShim(PsbtShim) - Method in class org.lightningj.lnd.wrapper.message.FundingShim
-
Setter for list of psbtShim.
- setPsbtVerify(LightningApi.FundingPsbtVerify) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- setPsbtVerify(LightningApi.FundingPsbtVerify.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to continue a funding flow that was initiated to be executed
through a PSBT.
- setPsbtVerify(FundingPsbtVerify) - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Setter for list of psbtVerify.
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
The pubkey of the node to disconnect from
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The identity pubkey of the Lightning node
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2;
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
The 33-byte hex-encoded compressed public of the target node
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The identity pubkey of the peer
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
The identity pubkey of the peer.
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The 33-byte hex-encoded public key for the payment destination
- setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
The pubkey recovered from the signature
- setPubkey(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
The public key the signature has to be valid for.
- setPubkey(ByteString) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The public key of the watchtower.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for pubKey.
- setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Setter for pubkey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.PeerEvent
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for pubKey.
- setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageReq
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.wtclient.message.GetTowerInfoRequest
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.wtclient.message.RemoveTowerRequest
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Setter for pubkey.
- setPubkey(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
The identifying public key of the watchtower to add.
- setPubkey(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
The identifying public key of the watchtower to retrieve information for.
- setPubkey(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
The identifying public key of the watchtower to remove.
- setPubkey(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The identifying public key of the watchtower.
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
The pubkey of the node to disconnect from
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
The identity pubkey of the Lightning node
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2;
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
The 33-byte hex-encoded compressed public of the target node
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The identity pubkey of the peer
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
The identity pubkey of the peer.
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The 33-byte hex-encoded public key for the payment destination
- setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
The pubkey recovered from the signature
- setPubkeys(int, String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1;
- setPubkeys(List<String>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Setter for list of pubkeys.
- setPublicKey(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
A compressed public key represented as raw bytes.
- setPublicKey(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ImportPublicKeyRequest
-
Setter for publicKey.
- setPublicOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- setPublicOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for publicOnly.
- setPublishError(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- setPublishError(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PublishResponse
-
Setter for publishError.
- setPublishErrorBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- setPushAmountSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount that the initiator of the channel optionally pushed to the remote
party on channel open.
- setPushAmountSat(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for pushAmountSat.
- setPushAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
The push amount of the proposed channel in millisatoshis.
- setPushAmt(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptRequest
-
Setter for pushAmt.
- setPushSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The number of satoshis to push to the remote side as part of the initial
commitment state
- setPushSat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for pushSat.
- setRaw(WalletKitOuterClass.TxTemplate) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use the outputs and optional inputs from this raw template.
- setRaw(WalletKitOuterClass.TxTemplate.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Use the outputs and optional inputs from this raw template.
- setRaw(TxTemplate) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for list of raw.
- setRawFinalTx(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
The fully signed and finalized transaction in the raw wire format.
- setRawFinalTx(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtResponse
-
Setter for rawFinalTx.
- setRawKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- setRawKeyBytes(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- setRawKeyBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.KeyDescriptor
-
Setter for rawKeyBytes.
- setRawKeyBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Setter for rawKeyBytes.
- setRawSigs(int, ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- setRawSigs(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Setter for list of rawSigs.
- setRawSpendingTx(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The raw bytes of the spending transaction.
- setRawSpendingTx(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for rawSpendingTx.
- setRawTx(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The raw bytes of the confirmed transaction.
- setRawTx(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
The serialized transaction sent out on the network.
- setRawTx(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for rawTx.
- setRawTx(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Setter for rawTx.
- setRawTxBytes(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
The raw bytes of the transaction to be signed.
- setRawTxBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Setter for rawTxBytes.
- setRawTxHex(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The raw transaction hex.
- setRawTxHex(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for rawTxHex.
- setRawTxHexBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The raw transaction hex.
- setRecoveredBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
The total value of funds successfully recovered from this channel
- setRecoveredBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for recoveredBalance.
- setRecoveryFinished(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
Whether the wallet recovery progress is finished
- setRecoveryFinished(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Setter for recoveryFinished.
- setRecoveryMode(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
Whether the wallet is in recovery mode
- setRecoveryMode(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetRecoveryInfoResponse
-
Setter for recoveryMode.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Setter for recoveryWindow.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Setter for recoveryWindow.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The counterparty's current balance in this channel
- setRemoteBalance(LightningApi.Amount) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote balances.
- setRemoteBalance(LightningApi.Amount.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote balances.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5;
- setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remoteBalance.
- setRemoteBalance(Amount) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for list of remoteBalance.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remoteBalance.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis the other node is required to reserve in its
balance.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remoteChanReserveSat.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remoteChanReserveSat.
- setRemoteCommitFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
The amount in satoshis calculated to be paid in fees for the remote
commitment.
- setRemoteCommitFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Setter for remoteCommitFeeSat.
- setRemoteConstraints(LightningApi.ChannelConstraints) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the remote node.
- setRemoteConstraints(LightningApi.ChannelConstraints.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
List constraints for the remote node.
- setRemoteConstraints(ChannelConstraints) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for list of remoteConstraints.
- setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The delay we require on the remote's commitment transaction.
- setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for remoteCsvDelay.
- setRemoteForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool remote_force = 3;
- setRemoteForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for remoteForce.
- setRemoteKey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
The key of the remote party to use when creating the multi-sig output.
- setRemoteKey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Setter for remoteKey.
- setRemoteMaxHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The maximum number of concurrent HTLCs we will allow the remote party to add
to the commitment transaction.
- setRemoteMaxHtlcs(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for remoteMaxHtlcs.
- setRemoteMaxValueInFlightMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The maximum amount of coins in millisatoshi that can be pending within
the channel.
- setRemoteMaxValueInFlightMsat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for remoteMaxValueInFlightMsat.
- setRemoteNodePub(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1;
- setRemoteNodePub(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remoteNodePub.
- setRemoteNodePubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1;
- setRemotePendingCommitFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
- setRemotePendingCommitFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Setter for remotePendingCommitFeeSat.
- setRemotePendingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote pending version of the commitment tx.
- setRemotePendingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Setter for remotePendingTxid.
- setRemotePendingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote pending version of the commitment tx.
- setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The identity pubkey of the remote node
- setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Public key of the remote peer that we formerly had a channel with.
- setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remotePubkey.
- setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for remotePubkey.
- setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The identity pubkey of the remote node
- setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Public key of the remote peer that we formerly had a channel with.
- setRemoteTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote version of the commitment tx.
- setRemoteTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.Commitments
-
Setter for remoteTxid.
- setRemoteTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
Hash of the remote version of the commitment tx.
- setReorg(ChainNotifierOuterClass.Reorg) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- setReorg(ChainNotifierOuterClass.Reorg.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- setReorg(ChainNotifierOuterClass.Reorg) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- setReorg(ChainNotifierOuterClass.Reorg.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- setReorg(Reorg) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Setter for list of reorg.
- setReorg(Reorg) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Setter for list of reorg.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
- setRepeatedValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
-
Method to create json array of a repeated field.
- setRequestedConfTarget(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The requested confirmation target for this output.
- setRequestedConfTarget(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for requestedConfTarget.
- setRequestedSatPerByte(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
Deprecated.
- setRequestedSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for requestedSatPerByte.
- setRequestedSatPerVbyte(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The requested fee rate, expressed in sat/vbyte, for this output.
- setRequestedSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for requestedSatPerVbyte.
- setReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The reserve amount in satoshis that we require the remote peer to adhere to.
- setReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for reserveSat.
- setResolutions(int, LightningApi.Resolution) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- setResolutions(int, LightningApi.Resolution.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
repeated .lnrpc.Resolution resolutions = 13;
- setResolutions(List<Resolution>) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for list of resolutions.
- setResolutionType(LightningApi.ResolutionType) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The type of output we are resolving.
- setResolutionType(ResolutionType) - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Setter for resolutionType.
- setResolutionTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The type of output we are resolving.
- setResolveTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Time at which this htlc was settled or canceled.
- setResolveTime(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for resolveTime.
- setResolveTimeNs(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The time in UNIX nanoseconds at which this HTLC was settled or failed.
- setResolveTimeNs(long) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for resolveTimeNs.
- setResults(int, AutopilotOuterClass.QueryScoresResponse.HeuristicResult) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- setResults(int, AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
- setResults(List<QueryScoresResponse.HeuristicResult>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse
-
Setter for list of results.
- setReversed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- setReversed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If set, the payments returned will result from seeking backwards from the
specified index offset.
- setReversed(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for reversed.
- setReversed(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Setter for reversed.
- setRHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
Hash corresponding to the (hold) invoice to subscribe to.
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1;
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hash of the preimage.
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The payment hash of the invoice to be looked up.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Setter for rHash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for rHash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for rHash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Setter for rHash.
- setRHashStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
Deprecated.
- setRHashStr(String) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Setter for rHashStr.
- setRHashStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
Deprecated.
- setRootKeyId(long) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
The root key ID used to create the macaroon, must be a positive integer.
- setRootKeyId(long) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
The root key ID to be removed.
- setRootKeyId(long) - Method in class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
-
Setter for rootKeyId.
- setRootKeyId(long) - Method in class org.lightningj.lnd.wrapper.message.DeleteMacaroonIDRequest
-
Setter for rootKeyId.
- setRootKeyIds(int, long) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
The list of root key IDs that are in use.
- setRootKeyIds(List<Long>) - Method in class org.lightningj.lnd.wrapper.message.ListMacaroonIDsResponse
-
Setter for list of rootKeyIds.
- setRootShare(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
An n-of-n secret share of the root seed from which child payment hashes
and preimages are derived.
- setRootShare(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
bytes root_share = 1;
- setRootShare(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Setter for rootShare.
- setRootShare(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AMPRecord
-
Setter for rootShare.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The route taken by this HTLC.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The route taken by this HTLC.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
Fully specified route that can be used to execute the payment.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
Fully specified route that can be used to execute the payment.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
Route that should be used to attempt to complete the payment.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for list of route.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Setter for list of route.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.router.message.BuildRouteResponse
-
Setter for list of route.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Setter for list of route.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10;
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
Optional route hints to reach the destination through private channels.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for list of routeHints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for list of routeHints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for list of routeHints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of routeHints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for list of routeHints.
- setRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- setRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The route that results from the path finding operation.
- setRoutes(List<Route>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Setter for list of routes.
- setRoutingFeeMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- setRoutingFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Setter for routingFeeMsat.
- setRoutingPolicy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- setRoutingPolicy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- setRoutingPolicy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for list of routingPolicy.
- setRPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage.
- setRPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for rPreimage.
- setSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
Value denominated in satoshis.
- setSat(long) - Method in class org.lightningj.lnd.wrapper.message.Amount
-
Setter for sat.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
Deprecated.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Deprecated.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
Deprecated.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- setSatPerByte(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
Deprecated.
- setSatPerByte(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
Deprecated.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for satPerByte.
- setSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for satPerByte.
- setSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for satPerByte.
- setSatPerKw(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- setSatPerKw(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- setSatPerKw(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeResponse
-
Setter for satPerKw.
- setSatPerKw(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for satPerKw.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
closure transaction.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
The fee rate in satoshi/vbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
funding transaction.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
A manual fee rate set in sat/vbyte that should be used when crafting the
transaction.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The fee rate, expressed in sat/vbyte, that should be used to spend the
input with.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The fee rate we'll use to sweep the output, expressed in sat/vbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for satPerVbyte.
- setSatPerVbyte(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for satPerVbyte.
- setSatRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Satoshis received from this peer
- setSatRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for satRecv.
- setSatSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
Satoshis sent to this peer
- setSatSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for satSent.
- setScores(AutopilotOuterClass.SetScoresRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotBlockingStub
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(AutopilotOuterClass.SetScoresRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotFutureStub
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(AutopilotOuterClass.SetScoresRequest, StreamObserver<AutopilotOuterClass.SetScoresResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotImplBase
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(AutopilotOuterClass.SetScoresRequest, StreamObserver<AutopilotOuterClass.SetScoresResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotStub
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(String, Map<String, Double>, StreamObserver<SetScoresResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to generate a setScores request.
- setScores(SetScoresRequest, StreamObserver<SetScoresResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to send a setScores request.
- setScores(Map<String, Double>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Populates scores with all the values in the map.
- setScores(Map<String, Double>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Populates scores with all the values in the map.
- setScores(String, Map<String, Double>) - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to generate a setScores request.
- setScores(SetScoresRequest) - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to send a setScores request.
- setScoresEntries(QueryScoresResponse.HeuristicResult.ScoresEntries) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Sets a wrapped list of entries, used for XML conversion.
- setScoresEntries(SetScoresRequest.ScoresEntries) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Sets a wrapped list of entries, used for XML conversion.
- SetScoresRequest - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for SetScoresRequest.
- SetScoresRequest() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Empty Constructor
- SetScoresRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Json Parsing Constructor
- SetScoresRequest(AutopilotOuterClass.SetScoresRequest) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Constructor using underlying Lightning API Object
- SetScoresRequest.ScoresEntries - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapping class used for conversion between Map and XML notation.
- SetScoresRequest.ScoresEntry - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Inner class ScoresEntry for class SetScoresRequest.
- SetScoresResponse - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for SetScoresResponse.
- SetScoresResponse() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresResponse
-
Empty Constructor
- SetScoresResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresResponse
-
Json Parsing Constructor
- SetScoresResponse(AutopilotOuterClass.SetScoresResponse) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresResponse
-
Constructor using underlying Lightning API Object
- setScript(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- setScript(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The output script for the outpoint above.
- setScript(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for script.
- setScript(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Setter for script.
- setSeedEntropy(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- setSeedEntropy(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.GenSeedRequest
-
Setter for seedEntropy.
- setSendAll(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- setSendAll(boolean) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for sendAll.
- setSessions(List<TowerSession>) - Method in class org.lightningj.lnd.wrapper.wtclient.message.Tower
-
Setter for list of sessions.
- setSessions(int, Wtclient.TowerSession) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- setSessions(int, Wtclient.TowerSession.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
The list of sessions that have been negotiated with the watchtower.
- setSetId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
An identifier for the HTLC set that this HTLC belongs to.
- setSetId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
bytes set_id = 2;
- setSetId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AMP
-
Setter for setId.
- setSetId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AMPRecord
-
Setter for setId.
- setSettled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- setSettled(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settled.
- setSettleDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
When this invoice was settled
- setSettleDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settleDate.
- setSettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
Settled balance at the time of channel closure
- setSettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for settledBalance.
- setSettleEvent(RouterOuterClass.SettleEvent) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.SettleEvent settle_event = 9;
- setSettleEvent(RouterOuterClass.SettleEvent.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
.routerrpc.SettleEvent settle_event = 9;
- setSettleEvent(SettleEvent) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for list of settleEvent.
- setSettleIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "settle" index of this invoice.
- setSettleIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- setSettleIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settleIndex.
- setSettleIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Setter for settleIndex.
- setSharedKey(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
The shared public key, hashed with sha256.
- setSharedKey(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SharedKeyResponse
-
Setter for sharedKey.
- setShimCancel(LightningApi.FundingShimCancel) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to cancel an existing registered funding shim.
- setShimCancel(LightningApi.FundingShimCancel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
Used to cancel an existing registered funding shim.
- setShimCancel(FundingShimCancel) - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Setter for list of shimCancel.
- setShimRegister(LightningApi.FundingShim) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
The funding shim to register.
- setShimRegister(LightningApi.FundingShim.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
The funding shim to register.
- setShimRegister(FundingShim) - Method in class org.lightningj.lnd.wrapper.message.FundingTransitionMsg
-
Setter for list of shimRegister.
- setShow(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- setShow(boolean) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Setter for show.
- setSighash(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- setSighash(int) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for sighash.
- setSignature(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The signature that validates the announced data and proves the ownership
of node id.
- setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
The signature for the given message
- setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
The signature to be verified over the given message
- setSignature(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
The signature for the given message in the fixed-size LN wire format.
- setSignature(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
The fixed-size LN wire encoded signature to be verified over the given
message.
- setSignature(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for signature.
- setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Setter for signature.
- setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Setter for signature.
- setSignature(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignMessageResp
-
Setter for signature.
- setSignature(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageReq
-
Setter for signature.
- setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
The signature for the given message
- setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
The signature to be verified over the given message
- setSignDescs(int, SignerOuterClass.SignDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- setSignDescs(int, SignerOuterClass.SignDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
A set of sign descriptors, for each input to be signed.
- setSignDescs(List<SignDescriptor>) - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Setter for list of signDescs.
- setSignedPsbt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
The funded PSBT that contains all witness data to send the exact channel
capacity amount to the PK script returned in the open channel message in a
previous step.
- setSignedPsbt(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
The fully signed and finalized transaction in PSBT format.
- setSignedPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.FundingPsbtFinalize
-
Setter for signedPsbt.
- setSignedPsbt(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FinalizePsbtResponse
-
Setter for signedPsbt.
- setSigScript(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- setSigScript(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Setter for sigScript.
- setSingleChanBackups(LightningApi.ChannelBackups) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- setSingleChanBackups(LightningApi.ChannelBackups.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- setSingleChanBackups(ChannelBackups) - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Setter for list of singleChanBackups.
- setSingleTweak(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- setSingleTweak(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for singleTweak.
- setSingleValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
-
Sets a json value of an non repeated nor mapped field.
- setSourcePubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- setSourcePubKey(String) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for sourcePubKey.
- setSourcePubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- setSpend(ChainNotifierOuterClass.SpendDetails) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- setSpend(ChainNotifierOuterClass.SpendDetails.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- setSpend(SpendDetails) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Setter for list of spend.
- setSpendingHeight(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The height at which the spending transaction was included in a block.
- setSpendingHeight(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for spendingHeight.
- setSpendingInputIndex(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The input of the spending transaction that fulfilled the spend request.
- setSpendingInputIndex(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for spendingInputIndex.
- setSpendingOutpoint(ChainNotifierOuterClass.Outpoint) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- setSpendingOutpoint(ChainNotifierOuterClass.Outpoint.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- setSpendingOutpoint(Outpoint) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for list of spendingOutpoint.
- setSpendingTxHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The hash of the spending transaction.
- setSpendingTxHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for spendingTxHash.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the funding
transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
Whether unconfirmed outputs should be used as inputs for the transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Setter for spendUnconfirmed.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for spendUnconfirmed.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for spendUnconfirmed.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for spendUnconfirmed.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for spendUnconfirmed.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for spendUnconfirmed.
- setStage(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
Indicates whether the htlc is in its first or second stage of recovery
- setStage(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for stage.
- setStartHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
The height from which to list transactions, inclusive.
- setStartHeight(int) - Method in class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Setter for startHeight.
- setStartTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
Start time is the starting point of the forwarding history request.
- setStartTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for startTime.
- setState(LightningApi.Invoice.InvoiceState) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- setState(LightningApi.InvoiceHTLCState) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Current state the htlc is in.
- setState(RouterOuterClass.PaymentState) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
Current state the payment is in.
- setState(Stateservice.WalletState) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- setState(Stateservice.WalletState) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- setState(Invoice.InvoiceState) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for state.
- setState(InvoiceHTLCState) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC
-
Setter for state.
- setState(PaymentState) - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Setter for state.
- setState(WalletState) - Method in class org.lightningj.lnd.wrapper.stateservice.message.GetStateResponse
-
Setter for state.
- setState(WalletState) - Method in class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateResponse
-
Setter for state.
- setStatelessInit(boolean) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- setStatelessInit(boolean) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its filesystem.
- setStatelessInit(boolean) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
stateless_init is an optional argument instructing the daemon NOT to create
any *.macaroon files in its file system.
- setStatelessInit(boolean) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.ChangePasswordRequest
-
Setter for statelessInit.
- setStatelessInit(boolean) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Setter for statelessInit.
- setStatelessInit(boolean) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Setter for statelessInit.
- setStateValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- setStateValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
Current state the htlc is in.
- setStateValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
Current state the payment is in.
- setStateValue(int) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- setStateValue(int) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
.lnrpc.WalletState state = 1;
- setStaticRemoteKey(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
Deprecated.
- setStaticRemoteKey(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for staticRemoteKey.
- setStatus(LightningApi.HTLCAttempt.HTLCStatus) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The status of the HTLC.
- setStatus(LightningApi.Payment.PaymentStatus) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- setStatus(HTLCAttempt.HTLCStatus) - Method in class org.lightningj.lnd.wrapper.message.HTLCAttempt
-
Setter for status.
- setStatus(Payment.PaymentStatus) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for status.
- setStatusValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
The status of the HTLC.
- setStatusValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- setStorageId(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
bytes storageId = 2;
- setStorageId(byte[]) - Method in class org.lightningj.lnd.wrapper.message.MacaroonId
-
Setter for storageId.
- setSubSystems(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1;
- setSubSystems(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
-
Setter for subSystems.
- setSubSystemsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1;
- setSuccess(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2;
- setSuccess(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Setter for success.
- setSuccessAmtMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Highest amount that we could successfully forward in millisats.
- setSuccessAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Setter for successAmtMsat.
- setSuccessAmtSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Highest amount that we could successfully forward rounded to whole sats.
- setSuccessAmtSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Setter for successAmtSat.
- setSuccessProb(double) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
The success probability of the returned route based on the current mission
control state.
- setSuccessProb(double) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Setter for successProb.
- setSuccessTime(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
Time of last success.
- setSuccessTime(long) - Method in class org.lightningj.lnd.wrapper.router.message.PairData
-
Setter for successTime.
- setSweepSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyResponse
-
Setter for sweepSatPerByte.
- setSweepSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Setter for sweepSatPerByte.
- setSweepSatPerByte(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
Deprecated.
- setSweepSatPerByte(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
Deprecated.
- setSweepSatPerVbyte(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.PolicyResponse
-
Setter for sweepSatPerVbyte.
- setSweepSatPerVbyte(int) - Method in class org.lightningj.lnd.wrapper.wtclient.message.TowerSession
-
Setter for sweepSatPerVbyte.
- setSweepSatPerVbyte(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
The fee rate, in satoshis per vbyte, that will be used by watchtowers for
justice transactions in response to channel breaches.
- setSweepSatPerVbyte(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
The fee rate, in satoshis per vbyte, that will be used by the watchtower for
the justice transaction in the event of a channel breach.
- setSweepTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- setSweepTxid(String) - Method in class org.lightningj.lnd.wrapper.message.Resolution
-
Setter for sweepTxid.
- setSweepTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
The hex-encoded transaction ID of the sweep transaction that spent the
output.
- setSyncedToChain(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Whether the wallet's view is synced to the main chain
- setSyncedToChain(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for syncedToChain.
- setSyncedToGraph(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Whether we consider ourselves synced with the public channel graph.
- setSyncedToGraph(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for syncedToGraph.
- setSyncType(LightningApi.Peer.SyncType) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- setSyncType(Peer.SyncType) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for syncType.
- setSyncTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The target number of blocks that the closure transaction should be
confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
The target number of blocks that this transaction should be confirmed
by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
The target number of blocks that the funding transaction should be
confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
The target number of blocks that this transaction should be confirmed
by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
The target number of blocks that this transaction should be confirmed
by.
- setTargetConf(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The target number of blocks that the input should be spent within.
- setTargetConf(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
The target number of blocks that the transaction should be confirmed in.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.FundPsbtRequest
-
Setter for targetConf.
- setTestnet(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- setTestnet(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for testnet.
- setThawHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
This uint32 indicates if this channel is to be considered 'frozen'.
- setThawHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
This uint32 indicates if this channel is to be considered 'frozen'.
- setThawHeight(int) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for thawHeight.
- setThawHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ChanPointShim
-
Setter for thawHeight.
- setTimeLockDelay(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
An estimate of the worst case time delay that can occur.
- setTimeLockDelay(long) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Setter for timeLockDelay.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
The required timelock delta for HTLCs forwarded over the channel.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1;
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for timeLockDelta.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for timeLockDelta.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for timeLockDelta.
- setTimeLockedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
The sum of all the time-locked outputs at the time of channel closure
- setTimeLockedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for timeLockedBalance.
- setTimeout(long) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
The connection timeout value (in seconds) for this request.
- setTimeout(long) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for timeout.
- setTimeoutSeconds(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- setTimeoutSeconds(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for timeoutSeconds.
- setTimestamp(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
A timestamp that allows ordering in the case of multiple announcements.
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
Deprecated.
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4;
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
The unix timestamp in seconds when the error occurred.
- setTimeStamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Timestamp of this transaction
- setTimestamp(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelUpdate
-
Setter for timestamp.
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for timestamp.
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for timestamp.
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.TimestampedError
-
Setter for timestamp.
- setTimeStamp(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for timeStamp.
- setTimestampNs(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
The number of nanoseconds elapsed since January 1, 1970 UTC when this
circuit was completed.
- setTimestampNs(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
The time in unix nanoseconds that the event occurred.
- setTimestampNs(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for timestampNs.
- setTimestampNs(long) - Method in class org.lightningj.lnd.wrapper.router.message.HtlcEvent
-
Setter for timestampNs.
- SETTLE_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLE_EVENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent
-
- SETTLE_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLE_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- SETTLE_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.ResolveHoldForwardAction
-
SETTLE = 0;
- SETTLED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- SETTLED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
SETTLED = 1;
- SETTLED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.InvoiceHTLCState
-
SETTLED = 1;
- SettleEvent - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SettleEvent.
- SettleEvent() - Constructor for class org.lightningj.lnd.wrapper.router.message.SettleEvent
-
Empty Constructor
- SettleEvent(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SettleEvent
-
Json Parsing Constructor
- SettleEvent(RouterOuterClass.SettleEvent) - Constructor for class org.lightningj.lnd.wrapper.router.message.SettleEvent
-
Constructor using underlying Lightning API Object
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
-
SettleInvoice settles an accepted invoice.
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesFutureStub
-
SettleInvoice settles an accepted invoice.
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg, StreamObserver<InvoicesOuterClass.SettleInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
-
SettleInvoice settles an accepted invoice.
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg, StreamObserver<InvoicesOuterClass.SettleInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
-
SettleInvoice settles an accepted invoice.
- settleInvoice(byte[], StreamObserver<SettleInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to generate a settleInvoice request.
- settleInvoice(SettleInvoiceMsg, StreamObserver<SettleInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to send a settleInvoice request.
- settleInvoice(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to generate a settleInvoice request.
- settleInvoice(SettleInvoiceMsg) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to send a settleInvoice request.
- SettleInvoiceMsg - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for SettleInvoiceMsg.
- SettleInvoiceMsg() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Empty Constructor
- SettleInvoiceMsg(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Json Parsing Constructor
- SettleInvoiceMsg(InvoicesOuterClass.SettleInvoiceMsg) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Constructor using underlying Lightning API Object
- SettleInvoiceResp - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for SettleInvoiceResp.
- SettleInvoiceResp() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceResp
-
Empty Constructor
- SettleInvoiceResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceResp
-
Json Parsing Constructor
- SettleInvoiceResp(InvoicesOuterClass.SettleInvoiceResp) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceResp
-
Constructor using underlying Lightning API Object
- setTlvPayload(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
If set to true, then this hop will be encoded using the new variable length
TLV format.
- setTlvPayload(boolean) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for tlvPayload.
- setTo(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
The receiving node of the pair.
- setTo(byte[]) - Method in class org.lightningj.lnd.wrapper.message.NodePair
-
Setter for to.
- setToNode(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
The destination node pubkey of the pair.
- setToNode(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.QueryProbabilityRequest
-
Setter for toNode.
- setTotalAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- setTotalAmt(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for totalAmt.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
The total amount in milli-satoshis being sent as part of a larger multi-path
payment.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.MPPRecord
-
Setter for totalAmtMsat.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for totalAmtMsat.
- setTotalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
The balance of the wallet
- setTotalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for totalBalance.
- setTotalCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
The sum of all channels capacity for the node, denominated in satoshis.
- setTotalCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for totalCapacity.
- setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
Fees paid for this transaction
- setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for totalFees.
- setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for totalFees.
- setTotalFeesMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- setTotalFeesMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for totalFeesMsat.
- setTotalLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
The balance in satoshis encumbered in pending channels
- setTotalLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for totalLimboBalance.
- setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6;
- setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for totalNetworkCapacity.
- setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for totalSatoshisReceived.
- setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for totalSatoshisSent.
- setTotalTimeLock(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- setTotalTimeLock(int) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for totalTimeLock.
- setTowers(List<Tower>) - Method in class org.lightningj.lnd.wrapper.wtclient.message.ListTowersResponse
-
Setter for list of towers.
- setTowers(int, Wtclient.Tower) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- setTowers(int, Wtclient.Tower.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
The list of watchtowers available for new backups.
- setTransactionDetails(LightningApi.TransactionDetails) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.lnrpc.TransactionDetails transaction_details = 1;
- setTransactionDetails(LightningApi.TransactionDetails.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.lnrpc.TransactionDetails transaction_details = 1;
- setTransactionDetails(TransactionDetails) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsResponse
-
Setter for list of transactionDetails.
- setTransactionIds(WalletKitOuterClass.ListSweepsResponse.TransactionIDs) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- setTransactionIds(WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
.walletrpc.ListSweepsResponse.TransactionIDs transaction_ids = 2;
- setTransactionIds(int, String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
Reversed, hex-encoded string representing the transaction ids of the
sweeps that our node has broadcast.
- setTransactionIds(ListSweepsResponse.TransactionIDs) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsResponse
-
Setter for list of transactionIds.
- setTransactionIds(List<String>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsResponse.TransactionIDs
-
Setter for list of transactionIds.
- setTransactions(int, LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- setTransactions(int, LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
The list of transactions relevant to the wallet.
- setTransactions(List<Transaction>) - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
-
Setter for list of transactions.
- setTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The transaction hash
- setTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for txHash.
- setTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
The transaction hash
- setTxHex(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
The raw serialized transaction.
- setTxHex(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Transaction
-
Setter for txHex.
- setTxid(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The transaction hash for which we should request a confirmation notification
for.
- setTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1;
- setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
The transaction ID of the transaction
- setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
The id of the transaction
- setTxid(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
The txid of the transaction to label.
- setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for txid.
- setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Setter for txid.
- setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Setter for txid.
- setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Setter for txid.
- setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.LabelTransactionRequest
-
Setter for txid.
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
Raw bytes representing the transaction id.
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
The transaction ID of the transaction
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
The id of the transaction
- setTxidBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Setter for txidBytes.
- setTxidStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
Reversed, hex-encoded string representing the transaction id.
- setTxidStr(String) - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Setter for txidStr.
- setTxidStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
Reversed, hex-encoded string representing the transaction id.
- setTxIndex(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The index of the confirmed transaction within the transaction.
- setTxIndex(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for txIndex.
- setType(LightningApi.ChannelEventUpdate.UpdateType) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- setType(LightningApi.AddressType) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The type of address to generate.
- setType(LightningApi.PeerEvent.EventType) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
.lnrpc.PeerEvent.EventType type = 2;
- setType(ChannelEventUpdate.UpdateType) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for type.
- setType(AddressType) - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Setter for type.
- setType(PeerEvent.EventType) - Method in class org.lightningj.lnd.wrapper.message.PeerEvent
-
Setter for type.
- setTypes(int, LightningApi.NodeMetricType) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- setTypes(List<NodeMetricType>) - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsRequest
-
Setter for types.
- setTypesValue(int, int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
The requested node metrics.
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5;
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
The type of address to generate.
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
.lnrpc.PeerEvent.EventType type = 2;
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
The unconfirmed balance of the account (with 0 confirmations).
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
The unconfirmed balance of a wallet(with 0 confirmations)
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletAccountBalance
-
Setter for unconfirmedBalance.
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for unconfirmedBalance.
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
-
- setUnsettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unsettled balance in this channel
- setUnsettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for unsettledBalance.
- setUnsettledLocalBalance(LightningApi.Amount) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local unsettled balances.
- setUnsettledLocalBalance(LightningApi.Amount.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels local unsettled balances.
- setUnsettledLocalBalance(Amount) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for list of unsettledLocalBalance.
- setUnsettledRemoteBalance(LightningApi.Amount) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote unsettled balances.
- setUnsettledRemoteBalance(LightningApi.Amount.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
Sum of channels remote unsettled balances.
- setUnsettledRemoteBalance(Amount) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for list of unsettledRemoteBalance.
- setUpfrontShutdown(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- setUpfrontShutdown(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelAcceptResponse
-
Setter for upfrontShutdown.
- setUpfrontShutdownBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
-
The upfront shutdown address to use if the initiating peer supports option
upfront shutdown script (see ListPeers for the features supported).
- setUptime(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The number of seconds that the remote peer has been observed as being online
by the channel scoring system over the lifetime of the channel
[EXPERIMENTAL].
- setUptime(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for uptime.
- setUris(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The URIs of the current node.
- setUris(int, String) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
The URIs of the watchtower.
- setUris(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for list of uris.
- setUris(List<String>) - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Setter for list of uris.
- setUseMissionControl(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- setUseMissionControl(boolean) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for useMissionControl.
- setUtxos(int, LightningApi.Utxo) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- setUtxos(int, LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
A list of utxos
- setUtxos(int, LightningApi.Utxo) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- setUtxos(int, LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
-
A list of utxos satisfying the specified number of confirmations.
- setUtxos(List<Utxo>) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentResponse
-
Setter for list of utxos.
- setUtxos(List<Utxo>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListUnspentResponse
-
Setter for list of utxos.
- setValid(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
Whether the signature was valid over the given message
- setValid(boolean) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
-
Whether the signature was valid over the given message.
- setValid(boolean) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Setter for valid.
- setValid(boolean) - Method in class org.lightningj.lnd.wrapper.signer.message.VerifyMessageResp
-
Setter for valid.
- setValue(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- setValue(double) - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
-
Arbitrary float value.
- setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The value of this invoice in satoshis
The fields value and value_msat are mutually exclusive.
- setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- setValue(long) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
The value of the output being spent.
- setValue(double) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Setter for value.
- setValue(double) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Setter for value.
- setValue(double) - Method in class org.lightningj.lnd.wrapper.message.FloatMetric
-
Setter for value.
- setValue(Feature) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse.FeaturesEntry
-
Setter for value.
- setValue(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Hop.CustomRecordsEntry
-
Setter for value.
- setValue(Feature) - Method in class org.lightningj.lnd.wrapper.message.Invoice.FeaturesEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for value.
- setValue(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InvoiceHTLC.CustomRecordsEntry
-
Setter for value.
- setValue(Feature) - Method in class org.lightningj.lnd.wrapper.message.LightningNode.FeaturesEntry
-
Setter for value.
- setValue(MacaroonPermissionList) - Method in class org.lightningj.lnd.wrapper.message.ListPermissionsResponse.MethodPermissionsEntry
-
Setter for value.
- setValue(FloatMetric) - Method in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntry
-
Setter for value.
- setValue(Feature) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate.FeaturesEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for value.
- setValue(Feature) - Method in class org.lightningj.lnd.wrapper.message.PayReq.FeaturesEntry
-
Setter for value.
- setValue(Feature) - Method in class org.lightningj.lnd.wrapper.message.Peer.FeaturesEntry
-
Setter for value.
- setValue(byte[]) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest.DestCustomRecordsEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Setter for value.
- setValue(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest.DestCustomRecordsEntry
-
Setter for value.
- setValue(WalletAccountBalance) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntry
-
Setter for value.
- setValue(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ForwardHtlcInterceptRequest.CustomRecordsEntry
-
Setter for value.
- setValue(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest.DestCustomRecordsEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.TxTemplate.OutputsEntry
-
Setter for value.
- setValueMsat(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- setValueMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The value of this invoice in millisatoshis
The fields value and value_msat are mutually exclusive.
- setValueMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The value of the payment in milli-satoshis
- setValueMsat(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for valueMsat.
- setValueMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for valueMsat.
- setValueMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for valueMsat.
- setValueSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The value of the payment in satoshis
- setValueSat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for valueSat.
- setVerbose(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
-
Retrieve the full sweep transaction details.
- setVerbose(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.ListSweepsRequest
-
Setter for verbose.
- setVersion(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The version of the LND software that the node is running.
- setVersion(String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The semantic version.
- setVersion(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for version.
- setVersion(String) - Method in class org.lightningj.lnd.wrapper.verrpc.message.Version
-
Setter for version.
- setVersionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
The version of the LND software that the node is running.
- setVersionBytes(ByteString) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
-
The semantic version.
- setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
Channels waiting for closing tx to confirm
- setWaitingCloseChannels(List<PendingChannelsResponse.WaitingCloseChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of waitingCloseChannels.
- setWalletPassword(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- setWalletPassword(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.InitWalletRequest
-
Setter for walletPassword.
- setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.walletunlocker.message.UnlockWalletRequest
-
Setter for walletPassword.
- setWatchOnly(boolean) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
-
Whether the wallet stores private keys for the account.
- setWatchOnly(boolean) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Account
-
Setter for watchOnly.
- setWeekFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
The total amount of fee revenue (in satoshis) the switch has collected
over the past 1 week.
- setWeekFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for weekFeeSum.
- setWeight(float) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
-
The importance that mission control should place on historical results,
expressed as a value in [0;1].
- setWeight(float) - Method in class org.lightningj.lnd.wrapper.router.message.MissionControlConfig
-
Setter for weight.
- setWireFailure(LightningApi.Failure.FailureCode) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureCode is the BOLT error code for the failure.
- setWireFailure(Failure.FailureCode) - Method in class org.lightningj.lnd.wrapper.router.message.LinkFailEvent
-
Setter for wireFailure.
- setWireFailureValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
-
FailureCode is the BOLT error code for the failure.
- setWitness(int, ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The serializes witness stack for the specified input.
- setWitness(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Setter for list of witness.
- setWitnessScript(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The full script required to properly redeem the output.
- setWitnessScript(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for witnessScript.
- setWitnessType(WalletKitOuterClass.WitnessType) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- setWitnessType(WitnessType) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for witnessType.
- setWitnessTypeValue(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- SHARED_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse
-
- SharedKeyRequest - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SharedKeyRequest.
- SharedKeyRequest() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Empty Constructor
- SharedKeyRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Json Parsing Constructor
- SharedKeyRequest(SignerOuterClass.SharedKeyRequest) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SharedKeyRequest
-
Constructor using underlying Lightning API Object
- SharedKeyResponse - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SharedKeyResponse.
- SharedKeyResponse() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SharedKeyResponse
-
Empty Constructor
- SharedKeyResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SharedKeyResponse
-
Json Parsing Constructor
- SharedKeyResponse(SignerOuterClass.SharedKeyResponse) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SharedKeyResponse
-
Constructor using underlying Lightning API Object
- SHIM_CANCEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- SHIM_REGISTER_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg
-
- SHOW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- SIG_SCRIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- SIGHASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- SIGN_DESCS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq
-
- SignDescriptor - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignDescriptor.
- SignDescriptor() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Empty Constructor
- SignDescriptor(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Json Parsing Constructor
- SignDescriptor(SignerOuterClass.SignDescriptor) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Constructor using underlying Lightning API Object
- SIGNED_PSBT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize
-
- SIGNED_PSBT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse
-
- SignerGrpc - Class in org.lightningj.lnd.signer.proto
-
Signer is a service that gives access to the signing functionality of the
daemon's wallet.
- SignerGrpc.SignerBlockingStub - Class in org.lightningj.lnd.signer.proto
-
Signer is a service that gives access to the signing functionality of the
daemon's wallet.
- SignerGrpc.SignerFutureStub - Class in org.lightningj.lnd.signer.proto
-
Signer is a service that gives access to the signing functionality of the
daemon's wallet.
- SignerGrpc.SignerImplBase - Class in org.lightningj.lnd.signer.proto
-
Signer is a service that gives access to the signing functionality of the
daemon's wallet.
- SignerGrpc.SignerStub - Class in org.lightningj.lnd.signer.proto
-
Signer is a service that gives access to the signing functionality of the
daemon's wallet.
- SignerImplBase() - Constructor for class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
-
- SignerOuterClass - Class in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.InputScript - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScript
- SignerOuterClass.InputScript.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScript
- SignerOuterClass.InputScriptOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.InputScriptResp - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScriptResp
- SignerOuterClass.InputScriptResp.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScriptResp
- SignerOuterClass.InputScriptRespOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.KeyDescriptor - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyDescriptor
- SignerOuterClass.KeyDescriptor.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyDescriptor
- SignerOuterClass.KeyDescriptorOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.KeyLocator - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyLocator
- SignerOuterClass.KeyLocator.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyLocator
- SignerOuterClass.KeyLocatorOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SharedKeyRequest - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SharedKeyRequest
- SignerOuterClass.SharedKeyRequest.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SharedKeyRequest
- SignerOuterClass.SharedKeyRequestOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SharedKeyResponse - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SharedKeyResponse
- SignerOuterClass.SharedKeyResponse.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SharedKeyResponse
- SignerOuterClass.SharedKeyResponseOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignDescriptor - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignDescriptor
- SignerOuterClass.SignDescriptor.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignDescriptor
- SignerOuterClass.SignDescriptorOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignMessageReq - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignMessageReq
- SignerOuterClass.SignMessageReq.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignMessageReq
- SignerOuterClass.SignMessageReqOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignMessageResp - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignMessageResp
- SignerOuterClass.SignMessageResp.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignMessageResp
- SignerOuterClass.SignMessageRespOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignReq - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignReq
- SignerOuterClass.SignReq.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignReq
- SignerOuterClass.SignReqOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignResp - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignResp
- SignerOuterClass.SignResp.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignResp
- SignerOuterClass.SignRespOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.TxOut - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.TxOut
- SignerOuterClass.TxOut.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.TxOut
- SignerOuterClass.TxOutOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.VerifyMessageReq - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.VerifyMessageReq
- SignerOuterClass.VerifyMessageReq.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.VerifyMessageReq
- SignerOuterClass.VerifyMessageReqOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.VerifyMessageResp - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.VerifyMessageResp
- SignerOuterClass.VerifyMessageResp.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.VerifyMessageResp
- SignerOuterClass.VerifyMessageRespOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(SignerOuterClass.SignMessageReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerBlockingStub
-
SignMessage signs a message with the key specified in the key locator.
- signMessage(SignerOuterClass.SignMessageReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerFutureStub
-
SignMessage signs a message with the key specified in the key locator.
- signMessage(SignerOuterClass.SignMessageReq, StreamObserver<SignerOuterClass.SignMessageResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
-
SignMessage signs a message with the key specified in the key locator.
- signMessage(SignerOuterClass.SignMessageReq, StreamObserver<SignerOuterClass.SignMessageResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerStub
-
SignMessage signs a message with the key specified in the key locator.
- signMessage(byte[], StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageRequest, StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a signMessage request.
- signMessage(byte[], KeyLocator, StreamObserver<SignMessageResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageReq, StreamObserver<SignMessageResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to send a signMessage request.
- signMessage(byte[], KeyLocator) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageReq) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to send a signMessage request.
- signMessage(byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a signMessage request.
- SignMessageReq - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignMessageReq.
- SignMessageReq() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Empty Constructor
- SignMessageReq(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Json Parsing Constructor
- SignMessageReq(SignerOuterClass.SignMessageReq) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignMessageReq
-
Constructor using underlying Lightning API Object
- SignMessageRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SignMessageRequest.
- SignMessageRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Empty Constructor
- SignMessageRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Json Parsing Constructor
- SignMessageRequest(LightningApi.SignMessageRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Constructor using underlying Lightning API Object
- SignMessageResp - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignMessageResp.
- SignMessageResp() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignMessageResp
-
Empty Constructor
- SignMessageResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignMessageResp
-
Json Parsing Constructor
- SignMessageResp(SignerOuterClass.SignMessageResp) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignMessageResp
-
Constructor using underlying Lightning API Object
- SignMessageResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SignMessageResponse.
- SignMessageResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Empty Constructor
- SignMessageResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Json Parsing Constructor
- SignMessageResponse(LightningApi.SignMessageResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Constructor using underlying Lightning API Object
- signOutputRaw(SignerOuterClass.SignReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerBlockingStub
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(SignerOuterClass.SignReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerFutureStub
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(SignerOuterClass.SignReq, StreamObserver<SignerOuterClass.SignResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(SignerOuterClass.SignReq, StreamObserver<SignerOuterClass.SignResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerStub
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(byte[], List<SignDescriptor>, StreamObserver<SignResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to generate a signOutputRaw request.
- signOutputRaw(SignReq, StreamObserver<SignResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to send a signOutputRaw request.
- signOutputRaw(byte[], List<SignDescriptor>) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to generate a signOutputRaw request.
- signOutputRaw(SignReq) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to send a signOutputRaw request.
- SignReq - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignReq.
- SignReq() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Empty Constructor
- SignReq(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Json Parsing Constructor
- SignReq(SignerOuterClass.SignReq) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Constructor using underlying Lightning API Object
- SignResp - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignResp.
- SignResp() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Empty Constructor
- SignResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Json Parsing Constructor
- SignResp(SignerOuterClass.SignResp) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Constructor using underlying Lightning API Object
- SINGLE_CHAN_BACKUPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- SINGLE_TWEAK_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- SOURCE_PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- SPEND_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- SpendDetails - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for SpendDetails.
- SpendDetails() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Empty Constructor
- SpendDetails(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Json Parsing Constructor
- SpendDetails(ChainNotifierOuterClass.SpendDetails) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Constructor using underlying Lightning API Object
- SpendEvent - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for SpendEvent.
- SpendEvent() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Empty Constructor
- SpendEvent(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Json Parsing Constructor
- SpendEvent(ChainNotifierOuterClass.SpendEvent) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Constructor using underlying Lightning API Object
- SPENDING_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SPENDING_INPUT_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SPENDING_OUTPOINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SPENDING_TX_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SpendRequest - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for SpendRequest.
- SpendRequest() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Empty Constructor
- SpendRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Json Parsing Constructor
- SpendRequest(ChainNotifierOuterClass.SpendRequest) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Constructor using underlying Lightning API Object
- STAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- START_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- START_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse
-
- StateGrpc - Class in org.lightningj.lnd.stateservice.proto
-
State service is a always running service that exposes the current state of
the wallet and RPC server.
- StateGrpc.StateBlockingStub - Class in org.lightningj.lnd.stateservice.proto
-
State service is a always running service that exposes the current state of
the wallet and RPC server.
- StateGrpc.StateFutureStub - Class in org.lightningj.lnd.stateservice.proto
-
State service is a always running service that exposes the current state of
the wallet and RPC server.
- StateGrpc.StateImplBase - Class in org.lightningj.lnd.stateservice.proto
-
State service is a always running service that exposes the current state of
the wallet and RPC server.
- StateGrpc.StateStub - Class in org.lightningj.lnd.stateservice.proto
-
State service is a always running service that exposes the current state of
the wallet and RPC server.
- StateImplBase() - Constructor for class org.lightningj.lnd.stateservice.proto.StateGrpc.StateImplBase
-
- STATELESS_INIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest
-
- STATELESS_INIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
-
- STATELESS_INIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest
-
- Stateservice - Class in org.lightningj.lnd.stateservice.proto
-
- Stateservice.GetStateRequest - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.GetStateRequest
- Stateservice.GetStateRequest.Builder - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.GetStateRequest
- Stateservice.GetStateRequestOrBuilder - Interface in org.lightningj.lnd.stateservice.proto
-
- Stateservice.GetStateResponse - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.GetStateResponse
- Stateservice.GetStateResponse.Builder - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.GetStateResponse
- Stateservice.GetStateResponseOrBuilder - Interface in org.lightningj.lnd.stateservice.proto
-
- Stateservice.SubscribeStateRequest - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.SubscribeStateRequest
- Stateservice.SubscribeStateRequest.Builder - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.SubscribeStateRequest
- Stateservice.SubscribeStateRequestOrBuilder - Interface in org.lightningj.lnd.stateservice.proto
-
- Stateservice.SubscribeStateResponse - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.SubscribeStateResponse
- Stateservice.SubscribeStateResponse.Builder - Class in org.lightningj.lnd.stateservice.proto
-
Protobuf type lnrpc.SubscribeStateResponse
- Stateservice.SubscribeStateResponseOrBuilder - Interface in org.lightningj.lnd.stateservice.proto
-
- Stateservice.WalletState - Enum in org.lightningj.lnd.stateservice.proto
-
Protobuf enum lnrpc.WalletState
- STATIC_REMOTE_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- STATIC_REMOTE_KEY_OPT_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
STATIC_REMOTE_KEY_OPT = 13;
- STATIC_REMOTE_KEY_REQ_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
-
STATIC_REMOTE_KEY_REQ = 12;
- STATIC_REMOTE_KEY_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.CommitmentType
-
A channel that uses the modern commitment format where the key in the
output of the remote party does not change each state.
- StaticFileMacaroonContext - Class in org.lightningj.lnd.wrapper
-
MacaroonContext that reads a static file during construction
and returns the macaroon content for each calls.
- StaticFileMacaroonContext(File) - Constructor for class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
-
Constructor to read a specified macaroon path.
- stats(StreamObserver<StatsResponse>) - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
-
Method to generate a stats request.
- stats(StatsRequest, StreamObserver<StatsResponse>) - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
-
Method to send a stats request.
- stats() - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Method to generate a stats request.
- stats(StatsRequest) - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Method to send a stats request.
- stats(Wtclient.StatsRequest) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientBlockingStub
-
Stats returns the in-memory statistics of the client since startup.
- stats(Wtclient.StatsRequest) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientFutureStub
-
Stats returns the in-memory statistics of the client since startup.
- stats(Wtclient.StatsRequest, StreamObserver<Wtclient.StatsResponse>) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientImplBase
-
Stats returns the in-memory statistics of the client since startup.
- stats(Wtclient.StatsRequest, StreamObserver<Wtclient.StatsResponse>) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientStub
-
Stats returns the in-memory statistics of the client since startup.
- StatsRequest - Class in org.lightningj.lnd.wrapper.wtclient.message
-
Wrapper class for StatsRequest.
- StatsRequest() - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.StatsRequest
-
Empty Constructor
- StatsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.StatsRequest
-
Json Parsing Constructor
- StatsRequest(Wtclient.StatsRequest) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.StatsRequest
-
Constructor using underlying Lightning API Object
- StatsResponse - Class in org.lightningj.lnd.wrapper.wtclient.message
-
Wrapper class for StatsResponse.
- StatsResponse() - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Empty Constructor
- StatsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Json Parsing Constructor
- StatsResponse(Wtclient.StatsResponse) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.StatsResponse
-
Constructor using underlying Lightning API Object
- status(AutopilotOuterClass.StatusRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotBlockingStub
-
Status returns whether the daemon's autopilot agent is active.
- status(AutopilotOuterClass.StatusRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotFutureStub
-
Status returns whether the daemon's autopilot agent is active.
- status(AutopilotOuterClass.StatusRequest, StreamObserver<AutopilotOuterClass.StatusResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotImplBase
-
Status returns whether the daemon's autopilot agent is active.
- status(AutopilotOuterClass.StatusRequest, StreamObserver<AutopilotOuterClass.StatusResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotStub
-
Status returns whether the daemon's autopilot agent is active.
- status(StreamObserver<StatusResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to generate a status request.
- status(StatusRequest, StreamObserver<StatusResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to send a status request.
- status() - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to generate a status request.
- status(StatusRequest) - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to send a status request.
- STATUS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
-
- STATUS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
-
- StatusException - Exception in org.lightningj.lnd.wrapper
-
Base exception that is wrapped around GRPC status.
- StatusException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
-
- StatusException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
-
- statusExceptionWrapper - Variable in class org.lightningj.lnd.wrapper.API
-
- StatusExceptionWrapper - Class in org.lightningj.lnd.wrapper
-
Class wrapping a GRPC status exception.
- StatusExceptionWrapper() - Constructor for class org.lightningj.lnd.wrapper.StatusExceptionWrapper
-
- StatusRequest - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for StatusRequest.
- StatusRequest() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusRequest
-
Empty Constructor
- StatusRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusRequest
-
Json Parsing Constructor
- StatusRequest(AutopilotOuterClass.StatusRequest) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusRequest
-
Constructor using underlying Lightning API Object
- StatusResponse - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for StatusResponse.
- StatusResponse() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Empty Constructor
- StatusResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Json Parsing Constructor
- StatusResponse(AutopilotOuterClass.StatusResponse) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Constructor using underlying Lightning API Object
- stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a stopDaemon request.
- stopDaemon(StopRequest, StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a stopDaemon request.
- stopDaemon() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a stopDaemon request.
- stopDaemon(StopRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a stopDaemon request.
- StopRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for StopRequest.
- StopRequest() - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Empty Constructor
- StopRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Json Parsing Constructor
- StopRequest(LightningApi.StopRequest) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Constructor using underlying Lightning API Object
- StopResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for StopResponse.
- StopResponse() - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Empty Constructor
- StopResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Json Parsing Constructor
- StopResponse(LightningApi.StopResponse) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Constructor using underlying Lightning API Object
- STORAGEID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.MacaroonId
-
- StreamObserverWrapper<T> - Class in org.lightningj.lnd.wrapper
-
StreamObserverWrapper is converts received api object to wrapped objects.
- StreamObserverWrapper(StreamObserver<?>, boolean, String) - Constructor for class org.lightningj.lnd.wrapper.StreamObserverWrapper
-
- SUB_SYSTEMS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- subscribeChannelBackups(LightningApi.ChannelBackupSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeChannelBackups allows a client to sub-subscribe to the most up to
date information concerning the state of all channel backups.
- subscribeChannelBackups(LightningApi.ChannelBackupSubscription, StreamObserver<LightningApi.ChanBackupSnapshot>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeChannelBackups allows a client to sub-subscribe to the most up to
date information concerning the state of all channel backups.
- subscribeChannelBackups(LightningApi.ChannelBackupSubscription, StreamObserver<LightningApi.ChanBackupSnapshot>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeChannelBackups allows a client to sub-subscribe to the most up to
date information concerning the state of all channel backups.
- subscribeChannelBackups(StreamObserver<ChanBackupSnapshot>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelBackups request.
- subscribeChannelBackups(ChannelBackupSubscription, StreamObserver<ChanBackupSnapshot>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelBackups request.
- subscribeChannelBackups() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelBackups request.
- subscribeChannelBackups(ChannelBackupSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelBackups request.
- subscribeChannelEvents(LightningApi.ChannelEventSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeChannelEvents creates a uni-directional stream from the server to
the client in which any updates relevant to the state of the channels are
sent over.
- subscribeChannelEvents(LightningApi.ChannelEventSubscription, StreamObserver<LightningApi.ChannelEventUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeChannelEvents creates a uni-directional stream from the server to
the client in which any updates relevant to the state of the channels are
sent over.
- subscribeChannelEvents(LightningApi.ChannelEventSubscription, StreamObserver<LightningApi.ChannelEventUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeChannelEvents creates a uni-directional stream from the server to
the client in which any updates relevant to the state of the channels are
sent over.
- subscribeChannelEvents(StreamObserver<ChannelEventUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelEvents request.
- subscribeChannelEvents(ChannelEventSubscription, StreamObserver<ChannelEventUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelEvents request.
- subscribeChannelEvents() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelEvents request.
- subscribeChannelEvents(ChannelEventSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelEvents request.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelGraph request.
- subscribeChannelGraph(GraphTopologySubscription, StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelGraph request.
- subscribeChannelGraph() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelGraph request.
- subscribeChannelGraph(GraphTopologySubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelGraph request.
- subscribeHtlcEvents(RouterOuterClass.SubscribeHtlcEventsRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
SubscribeHtlcEvents creates a uni-directional stream from the server to
the client which delivers a stream of htlc events.
- subscribeHtlcEvents(RouterOuterClass.SubscribeHtlcEventsRequest, StreamObserver<RouterOuterClass.HtlcEvent>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
SubscribeHtlcEvents creates a uni-directional stream from the server to
the client which delivers a stream of htlc events.
- subscribeHtlcEvents(RouterOuterClass.SubscribeHtlcEventsRequest, StreamObserver<RouterOuterClass.HtlcEvent>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
SubscribeHtlcEvents creates a uni-directional stream from the server to
the client which delivers a stream of htlc events.
- subscribeHtlcEvents(StreamObserver<HtlcEvent>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a subscribeHtlcEvents request.
- subscribeHtlcEvents(SubscribeHtlcEventsRequest, StreamObserver<HtlcEvent>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a subscribeHtlcEvents request.
- subscribeHtlcEvents() - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a subscribeHtlcEvents request.
- subscribeHtlcEvents(SubscribeHtlcEventsRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a subscribeHtlcEvents request.
- SubscribeHtlcEventsRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SubscribeHtlcEventsRequest.
- SubscribeHtlcEventsRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.SubscribeHtlcEventsRequest
-
Empty Constructor
- SubscribeHtlcEventsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SubscribeHtlcEventsRequest
-
Json Parsing Constructor
- SubscribeHtlcEventsRequest(RouterOuterClass.SubscribeHtlcEventsRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.SubscribeHtlcEventsRequest
-
Constructor using underlying Lightning API Object
- subscribeInvoices(LightningApi.InvoiceSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeInvoices returns a uni-directional stream (server -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeInvoices returns a uni-directional stream (server -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeInvoices returns a uni-directional stream (server -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(Long, Long, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeInvoices request.
- subscribeInvoices(InvoiceSubscription, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeInvoices request.
- subscribeInvoices(Long, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeInvoices request.
- subscribeInvoices(InvoiceSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeInvoices request.
- subscribePeerEvents(LightningApi.PeerEventSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribePeerEvents creates a uni-directional stream from the server to
the client in which any events relevant to the state of peers are sent
over.
- subscribePeerEvents(LightningApi.PeerEventSubscription, StreamObserver<LightningApi.PeerEvent>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribePeerEvents creates a uni-directional stream from the server to
the client in which any events relevant to the state of peers are sent
over.
- subscribePeerEvents(LightningApi.PeerEventSubscription, StreamObserver<LightningApi.PeerEvent>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribePeerEvents creates a uni-directional stream from the server to
the client in which any events relevant to the state of peers are sent
over.
- subscribePeerEvents(StreamObserver<PeerEvent>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribePeerEvents request.
- subscribePeerEvents(PeerEventSubscription, StreamObserver<PeerEvent>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribePeerEvents request.
- subscribePeerEvents() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribePeerEvents request.
- subscribePeerEvents(PeerEventSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribePeerEvents request.
- subscribeSingleInvoice(InvoicesOuterClass.SubscribeSingleInvoiceRequest) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
-
SubscribeSingleInvoice returns a uni-directional stream (server -> client)
to notify the client of state transitions of the specified invoice.
- subscribeSingleInvoice(InvoicesOuterClass.SubscribeSingleInvoiceRequest, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
-
SubscribeSingleInvoice returns a uni-directional stream (server -> client)
to notify the client of state transitions of the specified invoice.
- subscribeSingleInvoice(InvoicesOuterClass.SubscribeSingleInvoiceRequest, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
-
SubscribeSingleInvoice returns a uni-directional stream (server -> client)
to notify the client of state transitions of the specified invoice.
- subscribeSingleInvoice(byte[], StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to generate a subscribeSingleInvoice request.
- subscribeSingleInvoice(SubscribeSingleInvoiceRequest, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to send a subscribeSingleInvoice request.
- subscribeSingleInvoice(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to generate a subscribeSingleInvoice request.
- subscribeSingleInvoice(SubscribeSingleInvoiceRequest) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to send a subscribeSingleInvoice request.
- SubscribeSingleInvoiceRequest - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for SubscribeSingleInvoiceRequest.
- SubscribeSingleInvoiceRequest() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Empty Constructor
- SubscribeSingleInvoiceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Json Parsing Constructor
- SubscribeSingleInvoiceRequest(InvoicesOuterClass.SubscribeSingleInvoiceRequest) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Constructor using underlying Lightning API Object
- subscribeState(Stateservice.SubscribeStateRequest) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateBlockingStub
-
SubscribeState subscribes to the state of the wallet.
- subscribeState(Stateservice.SubscribeStateRequest, StreamObserver<Stateservice.SubscribeStateResponse>) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateImplBase
-
SubscribeState subscribes to the state of the wallet.
- subscribeState(Stateservice.SubscribeStateRequest, StreamObserver<Stateservice.SubscribeStateResponse>) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateStub
-
SubscribeState subscribes to the state of the wallet.
- subscribeState(StreamObserver<SubscribeStateResponse>) - Method in class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
-
Method to generate a subscribeState request.
- subscribeState(SubscribeStateRequest, StreamObserver<SubscribeStateResponse>) - Method in class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
-
Method to send a subscribeState request.
- subscribeState() - Method in class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Method to generate a subscribeState request.
- subscribeState(SubscribeStateRequest) - Method in class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Method to send a subscribeState request.
- SubscribeStateRequest - Class in org.lightningj.lnd.wrapper.stateservice.message
-
Wrapper class for SubscribeStateRequest.
- SubscribeStateRequest() - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateRequest
-
Empty Constructor
- SubscribeStateRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateRequest
-
Json Parsing Constructor
- SubscribeStateRequest(Stateservice.SubscribeStateRequest) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateRequest
-
Constructor using underlying Lightning API Object
- SubscribeStateResponse - Class in org.lightningj.lnd.wrapper.stateservice.message
-
Wrapper class for SubscribeStateResponse.
- SubscribeStateResponse() - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateResponse
-
Empty Constructor
- SubscribeStateResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateResponse
-
Json Parsing Constructor
- SubscribeStateResponse(Stateservice.SubscribeStateResponse) - Constructor for class org.lightningj.lnd.wrapper.stateservice.message.SubscribeStateResponse
-
Constructor using underlying Lightning API Object
- subscribeTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(Integer, Integer, String, StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeTransactions request.
- subscribeTransactions(GetTransactionsRequest, StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeTransactions request.
- subscribeTransactions(Integer, Integer, String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeTransactions request.
- subscribeTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeTransactions request.
- SUCCEEDED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.HTLCAttempt.HTLCStatus
-
SUCCEEDED = 1;
- SUCCEEDED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
SUCCEEDED = 2;
- SUCCEEDED_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
Payment completed successfully.
- SUCCESS_AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- SUCCESS_AMT_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- SUCCESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- SUCCESS_PROB_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- SUCCESS_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData
-
- SWEEP_SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- SWEEP_SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- SWEEP_SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse
-
- SWEEP_SAT_PER_VBYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession
-
- SWEEP_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Resolution
-
- SYNC_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SYNCED_TO_CHAIN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- SYNCED_TO_GRAPH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- SynchronousAPI - Class in org.lightningj.lnd.wrapper
-
Base call for all Synchronous API implementations.
- SynchronousAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousAutopilotAPI - Class in org.lightningj.lnd.wrapper.autopilot
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousAutopilotAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousAutopilotAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousAutopilotAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousChainNotifierAPI - Class in org.lightningj.lnd.wrapper.chainnotifier
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousChainNotifierAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousChainNotifierAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousChainNotifierAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousInvoicesAPI - Class in org.lightningj.lnd.wrapper.invoices
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousInvoicesAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousInvoicesAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousInvoicesAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousLndAPI - Class in org.lightningj.lnd.wrapper
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousLndAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousLndAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousLndAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousRouterAPI - Class in org.lightningj.lnd.wrapper.router
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousRouterAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousRouterAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousRouterAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousSignerAPI - Class in org.lightningj.lnd.wrapper.signer
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousSignerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousSignerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousSignerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousStateServiceAPI - Class in org.lightningj.lnd.wrapper.stateservice
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousStateServiceAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousStateServiceAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousStateServiceAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.stateservice.SynchronousStateServiceAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousVersionerAPI - Class in org.lightningj.lnd.wrapper.verrpc
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousVersionerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.verrpc.SynchronousVersionerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousVersionerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.verrpc.SynchronousVersionerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousVersionerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.verrpc.SynchronousVersionerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWalletKitAPI - Class in org.lightningj.lnd.wrapper.walletkit
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWalletKitAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWalletKitAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWalletKitAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWalletUnlockerAPI - Class in org.lightningj.lnd.wrapper.walletunlocker
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWalletUnlockerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.SynchronousWalletUnlockerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWalletUnlockerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.SynchronousWalletUnlockerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWalletUnlockerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.SynchronousWalletUnlockerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWatchtowerAPI - Class in org.lightningj.lnd.wrapper.watchtower
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWatchtowerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWatchtowerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWatchtowerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWatchtowerClientAPI - Class in org.lightningj.lnd.wrapper.wtclient
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWatchtowerClientAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWatchtowerClientAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWatchtowerClientAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.